diff options
author | Mavridis Philippe <[email protected]> | 2021-06-26 17:30:41 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-06-26 17:30:41 +0300 |
commit | 17c718c3497e1c2b36b7ba38454c39265b994c3d (patch) | |
tree | 2679b76038dea9a716c8ceb3770f20b2763c577f /client/config/Makefile.am | |
parent | 55055b833fa220a6ae3e66d523775e3d3549adf2 (diff) | |
download | twin-style-dekorator-17c718c3497e1c2b36b7ba38454c39265b994c3d.tar.gz twin-style-dekorator-17c718c3497e1c2b36b7ba38454c39265b994c3d.zip |
Removed legacy Makefiles
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'client/config/Makefile.am')
-rw-r--r-- | client/config/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/client/config/Makefile.am b/client/config/Makefile.am deleted file mode 100644 index 82f48dc..0000000 --- a/client/config/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -AUTOMAKE_OPTIONS = foreign - -KDE_CXXFLAGS = -DQT_PLUGIN - -INCLUDES = $(all_includes) - -noinst_HEADERS = deKoratorconfig.h themes.h - -kde_module_LTLIBRARIES = twin_deKorator_config.la -twin_deKorator_config_la_SOURCES = deKoratorconfig.cc configdialog.ui \ - themes.cpp -twin_deKorator_config_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -twin_deKorator_config_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) -twin_deKorator_config_la_METASOURCES = AUTO - -DISTCLEANFILES = $(twin_deKorator_config_la_METASOURCES) - -messages: - $(XGETTEXT) *.cpp -o $(podir)/twin_deKorator_config.pot |