]> cloud.milkyroute.net Git - dolphin.git/commitdiff
headers of a private library should not be installed
authorPino Toscano <pino@kde.org>
Sun, 22 Apr 2007 16:01:07 +0000 (16:01 +0000)
committerPino Toscano <pino@kde.org>
Sun, 22 Apr 2007 16:01:07 +0000 (16:01 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=656882

src/CMakeLists.txt

index 2d855532c594313a9136febaec3fb79d91d18be0..d2af19b4ec4e1545d459ebf772f60edd0ae95041 100644 (file)
@@ -103,9 +103,5 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})
 install( FILES  dolphin.desktop DESTINATION ${XDG_APPS_DIR} )
 install( FILES  dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_columnmodesettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
 install( FILES  dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
-install( FILES
-    klistview.h
-    kitemcategorizer.h
-    DESTINATION ${INCLUDE_INSTALL_DIR})
 
 kde4_install_icons( ${ICON_INSTALL_DIR} )