Made the service-code compile on Mac OS X. Only compile, no testing though

This commit is contained in:
Micke Prag 2009-12-13 20:52:38 +00:00
parent aad7d41f1f
commit 09d8d939d2
7 changed files with 116 additions and 77 deletions

View file

@ -43,9 +43,9 @@ SET(GENERATE_MAN FALSE CACHE BOOL "Enable generation of man-files")
ADD_SUBDIRECTORY(driver)
IF(BUILD_LIBTELLDUS-CORE_AS_SERVICE AND WIN32)
IF(BUILD_LIBTELLDUS-CORE_AS_SERVICE)
ADD_SUBDIRECTORY(telldus-service)
ENDIF(BUILD_LIBTELLDUS-CORE_AS_SERVICE AND WIN32)
ENDIF(BUILD_LIBTELLDUS-CORE_AS_SERVICE)
if(BUILD_TDTOOL)
ADD_SUBDIRECTORY(tdtool)