headers of a private library should not be installed

svn path=/trunk/KDE/kdebase/apps/; revision=656882
This commit is contained in:
Pino Toscano 2007-04-22 16:01:07 +00:00
parent 10a02f0bc3
commit 28a08b940c

View 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} )