summaryrefslogtreecommitdiffstats
path: root/ext/neon/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-09-19 21:49:52 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-09-19 21:49:52 +0000
commit1b8664b4c599dba3bef0a3142b1f19f987fab7a9 (patch)
tree0464b1fbfbf270d44c2dd9f96c5e66e5269fd750 /ext/neon/Makefile.am
parent90c098126098abe524f56206fe9056a1bfa6e655 (diff)
downloadgst-plugins-bad-1b8664b4c599dba3bef0a3142b1f19f987fab7a9.tar.gz
gst-plugins-bad-1b8664b4c599dba3bef0a3142b1f19f987fab7a9.tar.bz2
gst-plugins-bad-1b8664b4c599dba3bef0a3142b1f19f987fab7a9.zip
Allow internal codes from last.fm
Original commit message from CVS: Allow internal codes from last.fm
Diffstat (limited to 'ext/neon/Makefile.am')
-rw-r--r--ext/neon/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/neon/Makefile.am b/ext/neon/Makefile.am
index 65fbf1ff..452913ee 100644
--- a/ext/neon/Makefile.am
+++ b/ext/neon/Makefile.am
@@ -4,8 +4,9 @@ plugin_LTLIBRARIES = libgstneonhttpsrc.la
libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c
-
-libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) $(NEON_CFLAGS)
+libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) \
+ $(NEON_CFLAGS) \
+ -D_GNU_SOURCE
libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) \
$(NEON_LIBS)