diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-12-19 15:54:21 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-12-19 15:54:21 +0100 |
commit | 15ef911fc1e7d4e1932a09c5c6829723488d8c8e (patch) | |
tree | 16f8a088e00a02e7aa1a2237ce35944e00f194db /src | |
parent | 37b687c8c6f7e5fa6b118c49dcac18a530c011c0 (diff) | |
download | libuca-15ef911fc1e7d4e1932a09c5c6829723488d8c8e.tar.gz libuca-15ef911fc1e7d4e1932a09c5c6829723488d8c8e.tar.bz2 libuca-15ef911fc1e7d4e1932a09c5c6829723488d8c8e.tar.xz libuca-15ef911fc1e7d4e1932a09c5c6829723488d8c8e.zip |
Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfig
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 936679a..e7db6a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -202,7 +202,7 @@ install(TARGETS uca COMPONENT libraries) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/uca.pc - DESTINATION lib/pkgconfig + DESTINATION ${LIB_INSTALL_DIR}/pkgconfig COMPONENT libraries) install(FILES ${uca_HDRS} |