diff options
author | Sunwook Bae <sunwook45.bae@samsung.com> | 2014-01-07 05:56:32 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2014-01-07 05:56:32 -0800 |
commit | e67d38b52380cc2dc06dac74bfd84fc8b58761dc (patch) | |
tree | caacf32094a0d6e40c08d7b11d69c0740453646c | |
parent | d28ac52b5c2e931961d63fe1003f5b753e85ed7c (diff) | |
parent | 3831180f8499cb044242d4a92ed75d4e25183c7c (diff) | |
download | env-config-tizen.tar.gz env-config-tizen.tar.bz2 env-config-tizen.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.txt | 2 | ||||
-rw-r--r-- | appinfo/appinfo.pc.in | 2 |
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@ |