summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunwook Bae <sunwook45.bae@samsung.com>2014-01-07 05:56:32 -0800
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2014-01-07 05:56:32 -0800
commite67d38b52380cc2dc06dac74bfd84fc8b58761dc (patch)
treecaacf32094a0d6e40c08d7b11d69c0740453646c
parentd28ac52b5c2e931961d63fe1003f5b753e85ed7c (diff)
parent3831180f8499cb044242d4a92ed75d4e25183c7c (diff)
downloadenv-config-accepted/tizen/mobile.tar.gz
env-config-accepted/tizen/mobile.tar.bz2
env-config-accepted/tizen/mobile.zip
Merge "- change cmake macro for packaging x86_64 ,solve DEVT-132." into tizenHEADsubmit/tizen/20140107.152157accepted/tizen/mobile/20140107.213430tizenaccepted/tizen/mobile
-rw-r--r--appinfo/CMakeLists.txt2
-rw-r--r--appinfo/appinfo.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/CMakeLists.txt b/appinfo/CMakeLists.txt
index a46236d..6d6dd45 100644
--- a/appinfo/CMakeLists.txt
+++ b/appinfo/CMakeLists.txt
@@ -50,5 +50,5 @@ INSTALL(TARGETS ${this_target} DESTINATION ${LIB_INSTALL_DIR}/osp
WORLD_EXECUTE WORLD_READ)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/appinfo.h DESTINATION include/osp)
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/appinfo.pc DESTINATION lib/pkgconfig)
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/appinfo.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
diff --git a/appinfo/appinfo.pc.in b/appinfo/appinfo.pc.in
index d83c28c..fd70d3a 100644
--- a/appinfo/appinfo.pc.in
+++ b/appinfo/appinfo.pc.in
@@ -2,7 +2,7 @@
prefix=@PREFIX@
exec_prefix=/usr
-libdir=/usr/lib/osp
+libdir=@LIB_INSTALL_DIR@/osp
includedir=/usr/include/osp
Name: @PC_NAME@