diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-11 13:57:19 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-11 13:57:19 +0000 |
commit | abc575b7506045200a433c3e5b19eab11d51c710 (patch) | |
tree | c8f42c0a73aac136845e853078f4bde5aae48e70 | |
parent | 522f2492c46175f2bfdb623c8a56ddd22b4327af (diff) | |
download | gst-plugins-bad-abc575b7506045200a433c3e5b19eab11d51c710.tar.gz gst-plugins-bad-abc575b7506045200a433c3e5b19eab11d51c710.tar.bz2 gst-plugins-bad-abc575b7506045200a433c3e5b19eab11d51c710.zip |
autogen.sh: require am17
Original commit message from CVS:
* autogen.sh:
require am17
* configure.ac:
* ext/annodex/Makefile.am:
* ext/cdio/Makefile.am:
* ext/dv/Makefile.am:
* ext/esd/Makefile.am:
* ext/flac/Makefile.am:
* ext/gdk_pixbuf/Makefile.am:
* ext/ladspa/Makefile.am:
* ext/libcaca/Makefile.am:
* ext/speex/Makefile.am:
* ext/taglib/Makefile.am:
* sys/oss/Makefile.am:
* sys/sunaudio/Makefile.am:
* sys/ximage/Makefile.am:
clean up build further
m--------- | common | 0 | ||||
-rw-r--r-- | ext/ladspa/Makefile.am | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject 5d58e7652bf38a637dceca167d6e47e7794b2b5 +Subproject dd85f550441bd5722b98f4dd304e40826383240 diff --git a/ext/ladspa/Makefile.am b/ext/ladspa/Makefile.am index 9ec52c11..e9730715 100644 --- a/ext/ladspa/Makefile.am +++ b/ext/ladspa/Makefile.am @@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstladspa.la libgstladspa_la_SOURCES = gstsignalprocessor.c gstladspa.c search.c load.c libgstladspa_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ +libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstsignalprocessor.h gstladspa.h utils.h |