summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-29 05:09:40 +0000
committerDavid Schleef <ds@schleef.org>2003-10-29 05:09:40 +0000
commit377610829307e73ef6f63e8e21b6ac1ce86135f1 (patch)
tree6640e7254dc48c3690684acbb7c5c048a347cef4 /ext/audiofile/Makefile.am
parente58373a8b65fdcddd8a253f4b0ee2253e2af7042 (diff)
downloadgst-plugins-bad-377610829307e73ef6f63e8e21b6ac1ce86135f1.tar.gz
gst-plugins-bad-377610829307e73ef6f63e8e21b6ac1ce86135f1.tar.bz2
gst-plugins-bad-377610829307e73ef6f63e8e21b6ac1ce86135f1.zip
Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
Original commit message from CVS: Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
Diffstat (limited to 'ext/audiofile/Makefile.am')
-rw-r--r--ext/audiofile/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/audiofile/Makefile.am b/ext/audiofile/Makefile.am
index cdca46d1..821f0e0d 100644
--- a/ext/audiofile/Makefile.am
+++ b/ext/audiofile/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgstaudiofile.la
-libgstaudiofile_la_SOURCES = gstaf.c gstafsink.c gstafsrc.c gstafparse.c
+libgstaudiofile_la_SOURCES = gstaf.c gstafsink.c gstafsrc.c gstafparse.c gstaftypes.c
libgstaudiofile_la_CFLAGS = $(GST_CFLAGS) $(AUDIOFILE_CFLAGS)
libgstaudiofile_la_LIBADD = $(AUDIOFILE_LIBS)
libgstaudiofile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)