summaryrefslogtreecommitdiff
path: root/gst/icydemux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-18 21:14:17 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-18 21:34:24 +0000
commit073201b329e06cda872670462bb6acf129bb61ee (patch)
tree49c7ddf9cba420e4b8066c9e9a6cee9db81b0079 /gst/icydemux
parent0efaf327c2b7b99a821c73e4c1ed75a2bda8f374 (diff)
downloadgstreamer-plugins-good-073201b329e06cda872670462bb6acf129bb61ee.tar.gz
build: Makefile.am cleanups
Mostly add $(GST_BASE_CFLAGS) where it was missing, but also fix up order of flags and libs if needed (see docs/random/moving-plugins).
Diffstat (limited to 'gst/icydemux')
-rw-r--r--gst/icydemux/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/icydemux/Makefile.am b/gst/icydemux/Makefile.am
index 1905b23c7..167dd628b 100644
--- a/gst/icydemux/Makefile.am
+++ b/gst/icydemux/Makefile.am
@@ -1,8 +1,8 @@
plugin_LTLIBRARIES = libgsticydemux.la
libgsticydemux_la_SOURCES = gsticydemux.c
-libgsticydemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-libgsticydemux_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ $(ZLIB_LIBS)
+libgsticydemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+libgsticydemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(GST_LIBS) $(ZLIB_LIBS)
libgsticydemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgsticydemux_la_LIBTOOLFLAGS = --tag=disable-static