summaryrefslogtreecommitdiffstats
path: root/gst/filter/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-27 14:15:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-27 14:15:51 +0000
commit3641ecfbd05aa115086431808e3358ceef185a65 (patch)
tree0a36375073fddbb52ba17f9d6fbe39fd7bdd5bda /gst/filter/Makefile.am
parentc903e6470eea491ec693bab49ad8b023601d42c1 (diff)
downloadgst-plugins-bad-3641ecfbd05aa115086431808e3358ceef185a65.tar.gz
gst-plugins-bad-3641ecfbd05aa115086431808e3358ceef185a65.tar.bz2
gst-plugins-bad-3641ecfbd05aa115086431808e3358ceef185a65.zip
windowed sinc bandpass filter
Original commit message from CVS: windowed sinc bandpass filter
Diffstat (limited to 'gst/filter/Makefile.am')
-rw-r--r--gst/filter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/filter/Makefile.am b/gst/filter/Makefile.am
index fd11c105..60e4a012 100644
--- a/gst/filter/Makefile.am
+++ b/gst/filter/Makefile.am
@@ -2,7 +2,7 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstfilter.la
-libgstfilter_la_SOURCES = gstfilter.c gstiir.c iir.c gstwsinc.c
+libgstfilter_la_SOURCES = gstfilter.c gstiir.c iir.c gstlpwsinc.c gstbpwsinc.c
libgstfilter_la_CFLAGS = $(GST_CFLAGS)
libgstfilter_la_LIBADD =
libgstfilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)