Add dependency on client for tdtool. Build fails if parallel building is used otherwise

This commit is contained in:
Micke Prag 2015-04-09 12:49:21 +02:00
parent ed3ce34422
commit 95f93cd6d3

View file

@ -13,6 +13,7 @@ SET(tdtool_SRCS
ADD_EXECUTABLE(tdtool ADD_EXECUTABLE(tdtool
${tdtool_SRCS} ${tdtool_SRCS}
) )
ADD_DEPENDENCIES(tdtool ${telldus-core_TARGET})
SIGN(tdtool) SIGN(tdtool)
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(