summaryrefslogtreecommitdiffstats
path: root/config/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2021-10-01 14:38:07 +0200
committerMichele Calgaro <[email protected]>2021-10-02 12:07:12 +0900
commit383a66d0828e5f858503344e055067a14464c2c1 (patch)
tree379b0c5b82dbc17542efeef3ac6554ce82a23c77 /config/Makefile.am
parent09652c06fc0033aca687c913901625bfa0759afd (diff)
downloadtde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.tar.gz
tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.zip
Drop automake build support.
Deleted TODO and NEWS empty files. Rework of the README file. Add basic cmake build instructions. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
Diffstat (limited to 'config/Makefile.am')
-rw-r--r--config/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
deleted file mode 100644
index 1c1e6af..0000000
--- a/config/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-INCLUDES = $(all_includes)
-noinst_HEADERS = about.h configdialog.h help.h tdestyle_baghira_config.h colordialog.h colorpicker.h
-METASOURCES = AUTO
-
-# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = tdestyle_baghira_config.la
-
-tdestyle_baghira_config_la_SOURCES = tdestyle_baghira_config.cpp colordialog.cpp colorpicker.cpp configdialog.ui help.ui about.ui
-# tdestyle_baghira_config_la_METASOURCES = AUTO
-tdestyle_baghira_config_la_LIBADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
-tdestyle_baghira_config_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined $(KDE_PLUGIN)
-
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/tdestyle_baghira_config.pot
-
-pixmaps.h: $(srcdir)/generatePixmaps.sh
- $(SHELL) $(srcdir)/generatePixmaps.sh $(top_srcdir)
-CLEANFILES = pixmaps.h
-tdestyle_baghira_config.lo: pixmaps.h
-