[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/office/alkimia/libalkimia
From:       Thomas Baumgart <thb () net-bembel ! de>
Date:       2011-04-30 19:43:18
Message-ID: 20110430194318.AA1CCAC869 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1229874 by tbaumgart:

Installation path for include and pkgconfig files follows CMAKE_INSTALL_PREFIX

BUG: 271738

 M  +2 -2      CMakeLists.txt  


--- trunk/extragear/office/alkimia/libalkimia/CMakeLists.txt #1229873:1229874
@@ -66,11 +66,11 @@
 install(TARGETS alkimia ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
 install(FILES ${alkimia_HEADERS}
-        DESTINATION ${KDE4_INCLUDE_DIR}/alkimia COMPONENT Devel)
+        DESTINATION ${INCLUDE_INSTALL_DIR}/alkimia COMPONENT Devel)
 
 if (NOT WIN32)
   install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libalkimia.pc
-          DESTINATION ${KDE4_LIB_DIR}/pkgconfig)
+          DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
 endif(NOT WIN32)
 ########### documentation ###################
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic