summaryrefslogtreecommitdiffstats
path: root/ext/neon
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-04-29 13:53:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-04-29 13:53:17 +0000
commit2a0c6660cbba1bb5d2e468dc2218141affaa5e7c (patch)
treed55e932b475038d493359caa7539bcb333f736e8 /ext/neon
parent022bf7614da0286d252d89c50b6138a8ad112f1a (diff)
downloadgst-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 'ext/neon')
-rw-r--r--ext/neon/Makefile.am16
1 files changed, 5 insertions, 11 deletions
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