diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2007-04-29 13:53:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2007-04-29 13:53:17 +0000 |
commit | 2a0c6660cbba1bb5d2e468dc2218141affaa5e7c (patch) | |
tree | d55e932b475038d493359caa7539bcb333f736e8 /gst/modplug | |
parent | 022bf7614da0286d252d89c50b6138a8ad112f1a (diff) | |
download | gst-plugins-bad-2a0c6660cbba1bb5d2e468dc2218141affaa5e7c.tar.gz gst-plugins-bad-2a0c6660cbba1bb5d2e468dc2218141affaa5e7c.tar.bz2 gst-plugins-bad-2a0c6660cbba1bb5d2e468dc2218141affaa5e7c.zip |
autogen.sh: Require automake 1.7
Original commit message from CVS:
* autogen.sh:
Require automake 1.7
* ext/alsaspdif/Makefile.am:
* ext/divx/Makefile.am:
* ext/ivorbis/Makefile.am:
* ext/musicbrainz/Makefile.am:
* ext/neon/Makefile.am:
* ext/sdl/Makefile.am:
* ext/swfdec/Makefile.am:
* ext/theora/Makefile.am:
* ext/wavpack/Makefile.am:
* ext/xvid/Makefile.am:
* gst/modplug/Makefile.am:
Fix up Makefile.am accordingly.
Diffstat (limited to 'gst/modplug')
-rw-r--r-- | gst/modplug/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/modplug/Makefile.am b/gst/modplug/Makefile.am index 8dc78a92..59d22863 100644 --- a/gst/modplug/Makefile.am +++ b/gst/modplug/Makefile.am @@ -4,8 +4,7 @@ plugin_LTLIBRARIES = libgstmodplug.la libgstmodplug_la_SOURCES = gstmodplug.cc libgstmodplug_la_CXXFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la -libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS) \ - -lstdc++ +libgstmodplug_la_LIBADD = $(top_builddir)/gst/modplug/libmodplug/libmodplug.la $(GST_PLUGINS_BASE_LIBS) -lstdc++ +libgstmodplug_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstmodplug.h |