build: rename ambiguous "build" directory to "pkgconfig" 30/26930/4
authorRafal Krypa <r.krypa@samsung.com>
Mon, 1 Sep 2014 16:34:17 +0000 (18:34 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Wed, 3 Sep 2014 11:46:15 +0000 (13:46 +0200)
Directory supporting generation of package config files was named "build"
for no good reason. It was inherited from security-server code base.

Change-Id: I17bba90c9de09b2637b50d7d60b436170f3631df
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
CMakeLists.txt
pkgconfig/CMakeLists.txt [moved from build/CMakeLists.txt with 100% similarity]
pkgconfig/cynara-admin/CMakeLists.txt [moved from build/cynara-admin/CMakeLists.txt with 93% similarity]
pkgconfig/cynara-admin/cynara-admin.pc.in [moved from build/cynara-admin/cynara-admin.pc.in with 100% similarity]
pkgconfig/cynara-client/CMakeLists.txt [moved from build/cynara-client/CMakeLists.txt with 93% similarity]
pkgconfig/cynara-client/cynara-client.pc.in [moved from build/cynara-client/cynara-client.pc.in with 100% similarity]

index 7fc747b..e4da838 100644 (file)
@@ -57,5 +57,5 @@ SET(TARGET_CYNARA_TESTS "cynara-tests")
 
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(test)
-ADD_SUBDIRECTORY(build)
+ADD_SUBDIRECTORY(pkgconfig)
 ADD_SUBDIRECTORY(systemd)
similarity index 93%
rename from build/cynara-admin/CMakeLists.txt
rename to pkgconfig/cynara-admin/CMakeLists.txt
index 215d6d7..6adc6b9 100644 (file)
@@ -20,7 +20,7 @@
 CONFIGURE_FILE(cynara-admin.pc.in cynara-admin.pc @ONLY)
 
 INSTALL(FILES
-    ${CMAKE_BINARY_DIR}/build/cynara-admin/cynara-admin.pc
+    cynara-admin.pc
     DESTINATION
     ${LIB_INSTALL_DIR}/pkgconfig
     )
similarity index 93%
rename from build/cynara-client/CMakeLists.txt
rename to pkgconfig/cynara-client/CMakeLists.txt
index b23c222..ecb78c7 100644 (file)
@@ -20,7 +20,7 @@
 CONFIGURE_FILE(cynara-client.pc.in cynara-client.pc @ONLY)
 
 INSTALL(FILES
-    ${CMAKE_BINARY_DIR}/build/cynara-client/cynara-client.pc
+    cynara-client.pc
     DESTINATION
     ${LIB_INSTALL_DIR}/pkgconfig
     )