From 6cc6f7f1cf10656c69b0a759af1ce6426c534d2a Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 5 Oct 2006 08:03:42 +0000 Subject: [PATCH] Fix install files git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@592630 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- bindings/c/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/c/CMakeLists.txt b/bindings/c/CMakeLists.txt index 588bdf32..1b851262 100644 --- a/bindings/c/CMakeLists.txt +++ b/bindings/c/CMakeLists.txt @@ -19,6 +19,6 @@ INSTALL(TARGETS tag_c DESTINATION ${LIB_INSTALL_DIR} ) ########### install files ############### -INSTALL( FILES taglib_c.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) +INSTALL( FILES ${CMAKE_CURRENT_BINARY_DIR}/taglib_c.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) INSTALL( FILES tag_c.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib)