diff options
Diffstat (limited to 'kwin/clients/plastik/config/Makefile.am')
-rw-r--r-- | kwin/clients/plastik/config/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kwin/clients/plastik/config/Makefile.am b/kwin/clients/plastik/config/Makefile.am deleted file mode 100644 index b21a1d26b..000000000 --- a/kwin/clients/plastik/config/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -INCLUDES = $(all_includes) - -kde_module_LTLIBRARIES = twin_plastik_config.la - -twin_plastik_config_la_SOURCES = config.cpp configdialog.ui -twin_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -twin_plastik_config_la_LIBADD = $(LIB_TDEUI) - -METASOURCES = AUTO -noinst_HEADERS = config.h -DISTCLEANFILES = $(METASOURCES) - -lnkdir = $(kde_datadir)/twin - |