summaryrefslogtreecommitdiffstats
path: root/kickermenu/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
committergregory guy <gregory-tde@laposte.net>2021-10-01 14:38:07 +0200
commit8648781af8e31b5b243e26a7ae42b36b38aa8aed (patch)
treeebd958c73958b45afb7cc6c053ccf9801b97f3b0 /kickermenu/Makefile.am
parenta5e262a67d56ccb85f8df78d3d1b1b27e889d790 (diff)
downloadtde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.tar.gz
tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.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 <gregory-tde@laposte.net>
Diffstat (limited to 'kickermenu/Makefile.am')
-rw-r--r--kickermenu/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/kickermenu/Makefile.am b/kickermenu/Makefile.am
deleted file mode 100644
index 13c15b9..0000000
--- a/kickermenu/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDES = $(all_includes)
-
-kde_module_LTLIBRARIES = b_menu_panelapplet.la
-
-b_menu_panelapplet_la_SOURCES = menuapplet.cpp menuapplet.skel
-
-noinst_HEADERS = menuapplet.h
-
-b_menu_panelapplet_la_METASOURCES = AUTO
-
-b_menu_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
-b_menu_panelapplet_la_LIBADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
-
-messages:
- $(XGETTEXT) *.cpp *.h -o $(podir)/kmenuapplet.pot