summaryrefslogtreecommitdiff
path: root/gst/siren
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-11-22 19:30:58 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-11-22 19:30:58 +0000
commitc49cdd59ff5410642cb04d5e3d784c102ab4582d (patch)
treef89628157ca36d1062473930c1840615b7feb693 /gst/siren
parent044e5b8b5fc9683716fdbdd95e364c203fbe63af (diff)
downloadgstreamer-plugins-bad-c49cdd59ff5410642cb04d5e3d784c102ab4582d.tar.gz
Clean up LDFLAGS, LIBS, CFLAGS
Fix order, fix variables that don't exist, like GST_LIBS_LIBS, use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD. Spotted by Havard Graff.
Diffstat (limited to 'gst/siren')
-rw-r--r--gst/siren/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/gst/siren/Makefile.am b/gst/siren/Makefile.am
index 56b6a3ded..44ed7d8ad 100644
--- a/gst/siren/Makefile.am
+++ b/gst/siren/Makefile.am
@@ -8,9 +8,10 @@ libgstsiren_la_SOURCES = gstsiren.c \
encoder.h huffman_consts.h rmlt.c siren7.h
-libgstsiren_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
-libgstsiren_la_LIBADD = $(GST_LIBS_LIBS) $(GST_BASE_LIBS) \
- -lgstrtp-@GST_MAJORMINOR@ -lm
-libgstsiren_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstsiren_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
+ $(GST_CFLAGS)
+libgstsiren_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@ \
+ $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
+libgstsiren_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstsiren_la_LIBTOOLFLAGS = --tag=disable-static