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/neon/Makefile.am | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'ext/neon/Makefile.am') diff --git a/ext/neon/Makefile.am b/ext/neon/Makefile.am index 1da120dd..b5ea9a77 100644 --- a/ext/neon/Makefile.am +++ b/ext/neon/Makefile.am @@ -1,15 +1,9 @@ -plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ +plugin_LTLIBRARIES = libgstneonhttpsrc.la -plugin_LTLIBRARIES = libgstneonhttpsrc.la +libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c -libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c - -libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) \ - $(NEON_CFLAGS) - -libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) \ - $(NEON_LIBS) +libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) $(NEON_CFLAGS) +libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) $(NEON_LIBS) +libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstneonhttpsrc.h -- cgit v1.2.1