diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-10-10 08:29:07 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-10-10 08:29:07 +0000 |
commit | 8387f9409a0a89d362cc2f204bc7375939d1504d (patch) | |
tree | cda72562432488245a27a240e08c6e43af11aa8e /gst | |
parent | b26667c5b277141fa3a87d3ebca007b3e4d0ff7e (diff) |
gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
Original commit message from CVS:
* gst/wavparse/Makefile.am:
Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
Diffstat (limited to 'gst')
-rw-r--r-- | gst/wavparse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/wavparse/Makefile.am b/gst/wavparse/Makefile.am index a58840bc..239127df 100644 --- a/gst/wavparse/Makefile.am +++ b/gst/wavparse/Makefile.am @@ -9,7 +9,7 @@ libgstwavparse_la_CFLAGS = \ libgstwavparse_la_LIBADD = \ -lgstriff-@GST_MAJORMINOR@ \ $(GST_PLUGINS_BASE_LIBS) \ - $(GST_BASE_CFLAGS) + $(GST_BASE_LIBS) libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstwavparse.h |