Remove not necessary files

Clean up

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=578374
This commit is contained in:
Laurent Montel 2006-08-29 06:45:01 +00:00
parent e3fd26c7bd
commit f2b16f1dbc

View File

@ -24,31 +24,3 @@ install(TARGETS plasma DESTINATION ${LIB_INSTALL_DIR} )
install( FILES applet.h plasma.h appletCompositor.h appletLayout.h DESTINATION ${INCLUDE_INSTALL_DIR}/plasma )
#original Makefile.am contents follow:
#INCLUDES = $(all_includes)
#KDE_CXXFLAGS = -UQT3_SUPPORT
#lib_LTLIBRARIES = libplasma.la
#
#libplasma_la_SOURCES = plasma.cpp applet.cpp \
# appletChain.cpp appletLayout.cpp appletCompositor.cpp
#
#libplasma_la_METASOURCES = AUTO
#
#libplasma_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
#libplasma_la_LIBADD = $(LIB_KIO)
#
#libplasma_la_includedir = $(includedir)/plasma
#
#noinst_HEADERS =
#
#libplasma_la_include_HEADERS = applet.h plasma.h \
# appletCompositor.h appletLayout.h
#
##kde_kcfg_DATA = plasmaSettings.kcfg extensionSettings.kcfg
#
#messages: rc.cpp
# $(XGETTEXT) *.cpp *.h -o $(podir)/libplasma.pot