From 0688a6d61e3bf8a268c8ecfa53987d913e062ea6 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Wed, 27 Apr 2016 17:42:14 +0900 Subject: [PATCH] Fix the linking issue of libctx-prvd-social-stats.so to _contacts_phone_log Change-Id: Ia99de7ad9401f096419d75649178715b7b4d4efb Signed-off-by: Mu-Woong Lee --- src/social-stats/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/social-stats/CMakeLists.txt b/src/social-stats/CMakeLists.txt index a25e0d8..0881bd1 100644 --- a/src/social-stats/CMakeLists.txt +++ b/src/social-stats/CMakeLists.txt @@ -14,6 +14,6 @@ FOREACH(flag ${PKG_SOCIAL_STATS_CFLAGS}) ENDFOREACH(flag) ADD_LIBRARY(${target} SHARED ${SRCS}) -TARGET_LINK_LIBRARIES(${target} ${PKG_SOCIAL_LDFLAGS} ${target_shared}) +TARGET_LINK_LIBRARIES(${target} ${PKG_SOCIAL_STATS_LDFLAGS} ${target_shared}) INSTALL(TARGETS ${target} DESTINATION ${CMAKE_INSTALL_LIBDIR}/${target_dir}) -- 2.34.1