Rename the pkg config template file 48/119248/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 06:26:52 +0000 (15:26 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 16 Mar 2017 06:26:52 +0000 (15:26 +0900)
Change-Id: I91a9526adeb9baacfe9d5b1dfca89faca87cd59c
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
pkg-config.pc.in [moved from context-store.pc.in with 100% similarity]
src/client-dummy/CMakeLists.txt
src/server-dummy/CMakeLists.txt

similarity index 100%
rename from context-store.pc.in
rename to pkg-config.pc.in
index f247700..1e5e9f4 100644 (file)
@@ -24,7 +24,7 @@ SET(PC_REQUIRED ${DEPS})
 SET(PC_LDFLAGS -l${target})
 
 CONFIGURE_FILE(
-       ${CMAKE_SOURCE_DIR}/${PROJECT_NAME}.pc.in
+       ${CMAKE_SOURCE_DIR}/pkg-config.pc.in
        ${CMAKE_SOURCE_DIR}/${target}.pc
        @ONLY
 )
index d5a3a4d..1f0fdc0 100644 (file)
@@ -24,7 +24,7 @@ SET(PC_REQUIRED ${DEPS})
 SET(PC_LDFLAGS -l${target})
 
 CONFIGURE_FILE(
-       ${CMAKE_SOURCE_DIR}/${PROJECT_NAME}.pc.in
+       ${CMAKE_SOURCE_DIR}/pkg-config.pc.in
        ${CMAKE_SOURCE_DIR}/${target}.pc
        @ONLY
 )