fix build break 56/41256/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.091847 accepted/tizen/common/20150612.071625 accepted/tizen/mobile/20150613.021410 accepted/tizen/tv/20150613.021426 accepted/tizen/wearable/20150613.021441 submit/tizen/20150612.014854 submit/tizen_3.0.2015.q2_common/20150615.075539
authorBoram Park <boram1288.park@samsung.com>
Fri, 12 Jun 2015 04:31:09 +0000 (13:31 +0900)
committerBoram Park <boram1288.park@samsung.com>
Fri, 12 Jun 2015 04:31:09 +0000 (13:31 +0900)
Change-Id: Icaad61d70c6f6cae749adf0f04149e2cdfcbc07b

CMakeLists.txt

index 04a46ac..893bdf2 100644 (file)
@@ -41,7 +41,16 @@ ADD_DEFINITIONS("-DSLP_DEBUG")
 
 SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=${LIB_INSTALL_DIR}")
 
-aux_source_directory(src SOURCES)
+SET(SOURCES src/efl_util.c)
+IF (WITH_WAYLAND)
+    SET(SOURCES ${SOURCES}
+               src/tizen_notification-protocol.c
+               src/tizen-buffer-pool-protocol.c
+               src/tizen_window_screen-protocol.c
+               src/screenshooter-protocol.c
+       )
+ENDIF (WITH_WAYLAND)
+
 ADD_LIBRARY(${fw_name} SHARED ${SOURCES})
 
 TARGET_LINK_LIBRARIES(${fw_name} ${${fw_name}_LDFLAGS})