projects
/
platform
/
core
/
api
/
app-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f118b0
)
Fix linking issue
author
Inkyun Kil
<inkyun.kil@samsung.com>
Thu, 9 Feb 2017 07:39:53 +0000
(16:39 +0900)
committer
Inkyun 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
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index
f79aaae
..
8701f93
100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-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