don't install the headers of the effects; they are private classes

svn path=/trunk/KDE/kdelibs/; revision=1039131
This commit is contained in:
Aaron J. Seigo 2009-10-22 19:39:41 +00:00
parent be914e1196
commit 98ff0f7e6f

View File

@ -53,7 +53,6 @@ set(plasma_LIB_SRCS
animations/pause.cpp
animations/pulser.cpp
animations/rotation.cpp
animations/pause.cpp
applet.cpp
configloader.cpp
containment.cpp
@ -354,13 +353,6 @@ install(FILES
animations/abstractanimation.h
animations/animation.h
animations/animationgroup.h
animations/expand.h
animations/fade.h
animations/grow.h
animations/slide.h
animations/pulser.h
animations/rotation.h
animations/pause.h
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/animations COMPONENT Devel)