Remove hardcoded path for multiuser support
[platform/core/system/sync-agent.git] / src / fw-plugins / common-public / call-log / CMakeLists.txt
index e586bd2..9f7b242 100755 (executable)
@@ -14,7 +14,8 @@ PROJECT(plugin-${PLUGIN_NAME})
 INCLUDE(FindPkgConfig)
 pkg_check_modules(${PLUGIN_NAME} REQUIRED
                                        contacts-service2
-                                       dlog)
+                                       dlog
+                                       libtzplatform-config)
 
 #############################################
 #
@@ -37,4 +38,4 @@ SET(PLUGIN_LDFLAGS "${da-call-log_LDFLAGS}")
 # Step 4. Install packages
 #
 
-include(${CMAKE_CURRENT_SOURCE_DIR}/../../CMakeLists.sub)
\ No newline at end of file
+include(${CMAKE_CURRENT_SOURCE_DIR}/../../CMakeLists.sub)