summaryrefslogtreecommitdiffstats
path: root/ext/smoothwave/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/smoothwave/Makefile.am')
-rw-r--r--ext/smoothwave/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am
new file mode 100644
index 00000000..f000c7a4
--- /dev/null
+++ b/ext/smoothwave/Makefile.am
@@ -0,0 +1,11 @@
+filterdir = $(libdir)/gst
+
+filter_LTLIBRARIES = libgstsmoothwave.la
+
+libgstsmoothwave_la_SOURCES = gstsmoothwave.c
+libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
+libgstsmoothwave_la_LIBADD = $(GTK_LIBS)
+
+noinst_HEADERS = gstsmoothwave.h
+
+EXTRA_DIST = README