summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/gui-quickbar/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/gui-quickbar/Makefile.am')
-rw-r--r--kradio3/plugins/gui-quickbar/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/kradio3/plugins/gui-quickbar/Makefile.am b/kradio3/plugins/gui-quickbar/Makefile.am
deleted file mode 100644
index 09c58ee..0000000
--- a/kradio3/plugins/gui-quickbar/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-SUBDIRS = po .
-
-INCLUDES = -I$(top_builddir)/kradio3/src $(all_includes)
-METASOURCES = AUTO
-
-libkradio_LTLIBRARIES = libquickbar.la
-libquickbar_la_SOURCES = buttonflowlayout.cpp quickbar.cpp \
- quickbar-configuration.cpp
-libquickbar_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
-
-noinst_HEADERS = buttonflowlayout.h quickbar-configuration.h quickbar.h
-
-#messages: rc.cpp
-# $(XGETTEXT) *.cpp *.h -o po/kradio-gui-quickbar.pot
-
-messages: rc.cpp
- $(EXTRACTRC) *.rc *.ui >> rc.cpp
- $(XGETTEXT) rc.cpp *.h *.cpp -o po/kradio-gui-quickbar.pot