From 15ef911fc1e7d4e1932a09c5c6829723488d8c8e Mon Sep 17 00:00:00 2001
From: Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
Date: Wed, 19 Dec 2012 15:54:21 +0100
Subject: Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfig

---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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}
-- 
cgit v1.2.3