Fix the linking issue of libctx-prvd-social-stats.so to _contacts_phone_log 71/67571/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 27 Apr 2016 08:42:14 +0000 (17:42 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 27 Apr 2016 08:42:14 +0000 (17:42 +0900)
Change-Id: Ia99de7ad9401f096419d75649178715b7b4d4efb
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/social-stats/CMakeLists.txt

index a25e0d8..0881bd1 100644 (file)
@@ -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})