diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-21 14:01:18 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-21 14:01:18 +0000 |
commit | 69cffbcbd2c4b73c58a877b13936198146952505 (patch) | |
tree | 68ad06ccc4f28cbb4fb7b147a6962decb0d74ea6 /ext/neon/Makefile.am | |
parent | 2dec089aeb15fa9523f0e0933368d1d31bd1560f (diff) | |
download | gst-plugins-bad-69cffbcbd2c4b73c58a877b13936198146952505.tar.gz gst-plugins-bad-69cffbcbd2c4b73c58a877b13936198146952505.tar.bz2 gst-plugins-bad-69cffbcbd2c4b73c58a877b13936198146952505.zip |
Reverted previous commit (2006-09-19 - Allow internal codes from last.fm). As dicussed on #gstreamer it should be don...
Original commit message from CVS:
Reverted previous commit (2006-09-19 - Allow internal codes from last.fm). As dicussed on #gstreamer it should be done in separete element.
Diffstat (limited to 'ext/neon/Makefile.am')
-rw-r--r-- | ext/neon/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/neon/Makefile.am b/ext/neon/Makefile.am index 452913ee..1da120dd 100644 --- a/ext/neon/Makefile.am +++ b/ext/neon/Makefile.am @@ -5,10 +5,11 @@ plugin_LTLIBRARIES = libgstneonhttpsrc.la libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) \ - $(NEON_CFLAGS) \ - -D_GNU_SOURCE + $(NEON_CFLAGS) + libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) \ $(NEON_LIBS) -noinst_HEADERS = gstneonhttpsrc.h
\ No newline at end of file +noinst_HEADERS = gstneonhttpsrc.h |