Fix linking issue 89/113889/1
authorInkyun Kil <inkyun.kil@samsung.com>
Thu, 9 Feb 2017 07:39:53 +0000 (16:39 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Thu, 9 Feb 2017 07:43:01 +0000 (16:43 +0900)
- Fix linking issue from "Split packages" patch

Change-Id: I09179159bf9d671aacc6b7e88c92a723959f2b54
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
src/CMakeLists.txt

index f79aaae..8701f93 100644 (file)
@@ -38,7 +38,7 @@ ADD_LIBRARY(${fw_name} SHARED
        i18n.c
        )
 
-TARGET_LINK_LIBRARIES(${fw_name} ${${fw_name}_LDFLAGS})
+TARGET_LINK_LIBRARIES(${fw_name} ${${fw_name}_LDFLAGS} capi-appfw-app-common capi-appfw-app-control)
 
 SET_TARGET_PROPERTIES(${fw_name}
      PROPERTIES