summaryrefslogtreecommitdiffstats
path: root/kickermenu
diff options
context:
space:
mode:
Diffstat (limited to 'kickermenu')
-rw-r--r--kickermenu/Makefile.am15
-rw-r--r--kickermenu/configure.in.in2
2 files changed, 0 insertions, 17 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
diff --git a/kickermenu/configure.in.in b/kickermenu/configure.in.in
deleted file mode 100644
index b3a79d3..0000000
--- a/kickermenu/configure.in.in
+++ /dev/null
@@ -1,2 +0,0 @@
-AM_CONDITIONAL( HAVE_3_4, test $($KDECONFIG --version | grep "TDE:" | cut -d" " -f2 | cut -d"." -f2) -gt 3 )
-