link against libtapi instead of libSLP-tapi 85/10085/1
authorAnas Nashif <anas.nashif@intel.com>
Tue, 17 Sep 2013 07:28:25 +0000 (03:28 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 17 Sep 2013 07:33:27 +0000 (03:33 -0400)
Change-Id: Ieaadbdd22eaf3e959b41c1d09758aa958aa03e61
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
CMakeLists.txt

index bde968e..d2b9588 100755 (executable)
@@ -77,7 +77,7 @@ TARGET_LINK_LIBRARIES(${this_target} "-lchromium" )
 TARGET_LINK_LIBRARIES(${this_target} "-L/usr/lib/osp -losp-appfw -losp-net" )
 TARGET_LINK_LIBRARIES(${this_target} "-lcapi-telephony-network-info" )
 TARGET_LINK_LIBRARIES(${this_target} "-lcapi-telephony-sim" )
-TARGET_LINK_LIBRARIES(${this_target} "-lSLP-tapi" )
+TARGET_LINK_LIBRARIES(${this_target} "-ltapi" )
 TARGET_LINK_LIBRARIES(${this_target} "-lcapi-network-connection" )
 TARGET_LINK_LIBRARIES(${this_target} "-lpthread" )