]> granicus.if.org Git - taglib/commitdiff
Fix install files
authorLaurent Montel <montel@kde.org>
Thu, 5 Oct 2006 08:03:42 +0000 (08:03 +0000)
committerLaurent Montel <montel@kde.org>
Thu, 5 Oct 2006 08:03:42 +0000 (08:03 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@592630 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

bindings/c/CMakeLists.txt

index 588bdf322a8c417351235c9e8b53a1d60dd8313a..1b8512620364872f628c21a7ec7961066dee6b1f 100644 (file)
@@ -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)