From 1b8664b4c599dba3bef0a3142b1f19f987fab7a9 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Tue, 19 Sep 2006 21:49:52 +0000 Subject: Allow internal codes from last.fm Original commit message from CVS: Allow internal codes from last.fm --- ext/neon/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/neon/Makefile.am') 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) -- cgit v1.2.1