diff options
Diffstat (limited to 'kstyles/plastik/config/Makefile.am')
-rw-r--r-- | kstyles/plastik/config/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kstyles/plastik/config/Makefile.am b/kstyles/plastik/config/Makefile.am new file mode 100644 index 000000000..a3b081ead --- /dev/null +++ b/kstyles/plastik/config/Makefile.am @@ -0,0 +1,12 @@ +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_KDEUI) +kstyle_plastik_config_la_SOURCES = plastikconf.cpp +kstyle_plastik_config_la_METASOURCES = AUTO + + +messages: + $(XGETTEXT) *.cpp *.h -o $(podir)/kstyle_plastik_config.pot |