From: Sung-jae Park Date: Tue, 22 Oct 2013 05:45:00 +0000 (+0900) Subject: Fix build error X-Git-Tag: submit/tizen/20131022.054520^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f86f2f3dc566a2a2c11d9f430dbe93f55bcd477a;p=platform%2Fframework%2Fweb%2Fdata-provider-slave.git Fix build error Change-Id: I14bb0ab474684189f4acda30e2422ed0a40022d5 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fdbdab3..73b746f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,12 +126,12 @@ ADD_EXECUTABLE(${ICON_PROVIDER} icon_src/script_handler.c src/util.c ) -TARGET_LINK_LIBRARIES(${ICON_PROVIDER} ${icon_LDFLAGS} "-ldl") +TARGET_LINK_LIBRARIES(${ICON_PROVIDER} ${icon_LDFLAGS} "-ldl -levas") ADD_EXECUTABLE(${EXE_LOADER} stub/main.c ) -TARGET_LINK_LIBRARIES(${EXE_LOADER} ${stub_LDFLAGS} "-ldl") +TARGET_LINK_LIBRARIES(${EXE_LOADER} ${stub_LDFLAGS} "-ldl -levas") #INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.data-provider-slave.desktop DESTINATION /usr/share/applications) INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.data-provider-slave.xml DESTINATION /usr/share/packages)