summaryrefslogtreecommitdiffstats
path: root/gst/equalizer/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/equalizer/Makefile.am')
-rw-r--r--gst/equalizer/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/equalizer/Makefile.am b/gst/equalizer/Makefile.am
new file mode 100644
index 00000000..d85bc5a4
--- /dev/null
+++ b/gst/equalizer/Makefile.am
@@ -0,0 +1,6 @@
+plugin_LTLIBRARIES = libgstequalizer.la
+
+libgstequalizer_la_SOURCES = gstiirequalizer.c
+libgstequalizer_la_CFLAGS = $(GST_CFLAGS)
+libgstequalizer_la_LIBADD =
+libgstequalizer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lm