diff options
Diffstat (limited to 'kstyles/plastik/config/Makefile.am')
-rw-r--r-- | kstyles/plastik/config/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kstyles/plastik/config/Makefile.am b/kstyles/plastik/config/Makefile.am deleted file mode 100644 index 887c7ea89..000000000 --- a/kstyles/plastik/config/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = $(all_includes) - -noinst_HEADERS = plastikconf.h -kde_module_LTLIBRARIES = kstyle_plastik_config.la -kstyle_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -kstyle_plastik_config_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) -kstyle_plastik_config_la_SOURCES = plastikconf.cpp -kstyle_plastik_config_la_METASOURCES = AUTO - - -messages: - $(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_plastik_config.pot |