From 2a0c6660cbba1bb5d2e468dc2218141affaa5e7c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 29 Apr 2007 13:53:17 +0000 Subject: 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. --- ext/theora/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'ext/theora/Makefile.am') diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am index b361d96f..8f003236 100644 --- a/ext/theora/Makefile.am +++ b/ext/theora/Makefile.am @@ -1,12 +1,14 @@ +### FIXME: rename directory to theoraexp + plugin_LTLIBRARIES = libgsttheoraexp.la noinst_HEADERS = theoradec.h libgsttheoraexp_la_SOURCES = theoradec.c -libgsttheoraexp_la_CFLAGS = $(GST_CFLAGS) $(THEORADEC_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgsttheoraexp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORADEC_CFLAGS) libgsttheoraexp_la_LIBADD = \ - -lgsttag-@GST_MAJORMINOR@ \ + $(GST_PLUGINS_BASE_LIBS) \ + -lgsttag-$(GST_MAJORMINOR) \ $(GST_LIBS) \ - $(THEORADEC_LIBS) \ - $(GST_PLUGINS_BASE_LIBS) + $(THEORADEC_LIBS) +libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1