summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-13 04:48:51 +0000
committerDavid Schleef <ds@schleef.org>2003-08-13 04:48:51 +0000
commitb3a95010c176ad4227119a424436067445e6f5ed (patch)
tree4e713539409335fa4685e8f66062d4f54928ba15 /gst/wavparse/Makefile.am
parent2bbef11b2b60c3096cb3ffbb9dcaae1220be3cf5 (diff)
Remove riff code, since it's duplicated in the riff library
Original commit message from CVS: Remove riff code, since it's duplicated in the riff library
Diffstat (limited to 'gst/wavparse/Makefile.am')
-rw-r--r--gst/wavparse/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/wavparse/Makefile.am b/gst/wavparse/Makefile.am
index dfd9d61a..af79efd4 100644
--- a/gst/wavparse/Makefile.am
+++ b/gst/wavparse/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstwavparse.la
-libgstwavparse_la_SOURCES = gstwavparse.c gstriff.c
+libgstwavparse_la_SOURCES = gstwavparse.c
libgstwavparse_la_CFLAGS = $(GST_CFLAGS)
libgstwavparse_la_LIBADD =
libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)