From 54f51cd2181484551922096e8163ea514b8a3166 Mon Sep 17 00:00:00 2001 From: Hokwon Song Date: Wed, 23 Oct 2013 10:13:35 +0900 Subject: [PATCH] Fixed a link error. Change-Id: Ia4deaae2394dc731e180033fe44b7e749ea51527 Signed-off-by: Hokwon Song --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c06af0..50bca8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ TARGET_LINK_LIBRARIES(${this_target} "-lcapi-appfw-application" ) TARGET_LINK_LIBRARIES(${this_target} "-lmsg_mapi" ) TARGET_LINK_LIBRARIES(${this_target} "-lutilX" ) TARGET_LINK_LIBRARIES(${this_target} "-lecore_x" ) -TARGET_LINK_LIBRARIES(${this_target} "-lSLP-tapi" ) +TARGET_LINK_LIBRARIES(${this_target} "-ltapi" ) TARGET_LINK_LIBRARIES(${this_target} "-lcapi-system-info" ) TARGET_LINK_LIBRARIES(${this_target} "-lcapi-network-wifi" ) TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp-server -losp-appfw-server") -- 2.7.4