From ded5fc8e6326a794282d687d2cfea85e65fa5064 Mon Sep 17 00:00:00 2001 From: Mahesh Krishna Nagabhushan Date: Mon, 11 Nov 2013 11:12:05 +0530 Subject: [PATCH] Build error corrected Change-Id: I777bb486caf07a0758c06fce7160a91651ea62e4 Signed-off-by: Mahesh Krishna Nagabhushan --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4f0386..1b593e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES}) # Set link libraries and link options ## TODO : add more link libraries and options TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-social osp-messaging osp-media osp-image osp-image-core) -TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib capi-media-sound-manager SLP-tapi vconf contacts-service2) +TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib capi-media-sound-manager tapi vconf contacts-service2) TARGET_LINK_LIBRARIES(${this_target} -Xlinker --allow-shlib-undefined -pthread -pie) # Copy info, data, res, and icons directories -- 2.7.4