diff options
| author | Stephen D. Huston <shuston@apache.org> | 2012-11-02 19:09:21 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2012-11-02 19:09:21 +0000 |
| commit | 8d6b48f8f0a0ff14f1a845cfc338806fdadddeda (patch) | |
| tree | cfe599fb590723e4c2c3789e71daa99f62d0e0aa /cpp/src | |
| parent | 5de7a613225fd4f43700f5fab082f20651755b41 (diff) | |
| download | qpid-python-8d6b48f8f0a0ff14f1a845cfc338806fdadddeda.tar.gz | |
Put pkgconfig files in right place. Fixes QPID-4413.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1405106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 20868da674..eb452b701e 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -1484,8 +1484,8 @@ set (VERSION ${QPID_VERSION}) #add_custom_target(pkgconfig ALL echo DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/qpid.pc) #add_dependencies(pkgconfig ${CMAKE_CURRENT_BINARY_DIR}/qmf2.pc) -configure_file(qpid.pc.in qpid.pc @ONLY) -configure_file(qmf2.pc.in qmf2.pc @ONLY) +configure_file(qpid.pc.in ${CMAKE_CURRENT_BINARY_DIR}/qpid.pc @ONLY) +configure_file(qmf2.pc.in ${CMAKE_CURRENT_BINARY_DIR}/qmf2.pc @ONLY) install (FILES ${CMAKE_CURRENT_BINARY_DIR}/qpid.pc ${CMAKE_CURRENT_BINARY_DIR}/qmf2.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig COMPONENT ${QPID_COMPONENT_COMMON}) |
