summaryrefslogtreecommitdiffstats
path: root/kradio3/plugins/soundserver/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3/plugins/soundserver/Makefile.am')
-rw-r--r--kradio3/plugins/soundserver/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/kradio3/plugins/soundserver/Makefile.am b/kradio3/plugins/soundserver/Makefile.am
deleted file mode 100644
index 17c5946..0000000
--- a/kradio3/plugins/soundserver/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-SUBDIRS = po .
-
-INCLUDES = $(all_includes)
-METASOURCES = AUTO
-
-libkradio_LTLIBRARIES = libsoundserver.la
-
-libsoundserver_la_SOURCES = soundserver.cpp
-libsoundserver_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries)
-
-noinst_HEADERS = soundserver.h
-
-#messages: rc.cpp
-# $(XGETTEXT) *.cpp *.h -o po/kradio-sound-server.pot
-
-messages: rc.cpp
- $(EXTRACTRC) *.rc *.ui >> rc.cpp
- $(XGETTEXT) rc.cpp *.h *.cpp -o po/kradio-soundserver.pot