summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/wavecapture/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/wavecapture/Makefile.am')
-rw-r--r--noatun-plugins/wavecapture/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/noatun-plugins/wavecapture/Makefile.am b/noatun-plugins/wavecapture/Makefile.am
new file mode 100644
index 0000000..0ffa449
--- /dev/null
+++ b/noatun-plugins/wavecapture/Makefile.am
@@ -0,0 +1,18 @@
+# $Id$
+
+INCLUDES = -I$(kde_includes)/arts $(all_includes)
+kde_module_LTLIBRARIES = noatunwavecapture.la
+
+
+noatunwavecapture_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
+
+noatunwavecapture_la_SOURCES = wavecapture.cpp
+noatunwavecapture_la_METASOURCES = AUTO
+noinst_HEADERS = wavecapture.h
+
+noatun_DATA = wavecapture.plugin
+noatundir = $(kde_datadir)/noatun
+
+messages: rc.cpp
+ $(XGETTEXT) *.cpp *.h -o $(podir)/wavecapture.pot