summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-07 02:06:19 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-07 02:06:19 +0000
commita7ed92153dd90fe4a3d1008143c9f27c1841489f (patch)
tree6e6e371a2b1a6025b5d53b501ca15d8fa56f7081 /gst
parent20751bdbd37ea868b591bb87c33dc05e6534d7b5 (diff)
downloadgst-plugins-bad-a7ed92153dd90fe4a3d1008143c9f27c1841489f.tar.gz
gst-plugins-bad-a7ed92153dd90fe4a3d1008143c9f27c1841489f.tar.bz2
gst-plugins-bad-a7ed92153dd90fe4a3d1008143c9f27c1841489f.zip
gst/xingheader/Makefile.am: Put CFLAGS and LIBS in the right order
Original commit message from CVS: * gst/xingheader/Makefile.am: Put CFLAGS and LIBS in the right order
Diffstat (limited to 'gst')
-rw-r--r--gst/xingheader/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/xingheader/Makefile.am b/gst/xingheader/Makefile.am
index 5517b8ad..64c1716f 100644
--- a/gst/xingheader/Makefile.am
+++ b/gst/xingheader/Makefile.am
@@ -1,9 +1,9 @@
plugin_LTLIBRARIES = libgstxingheader.la
libgstxingheader_la_SOURCES = gstxingmux.c
-libgstxingheader_la_CFLAGS = $(GST_CFLAGS)
+libgstxingheader_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstxingheader_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
+libgstxingheader_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
noinst_HEADERS = gstxingmux.h