From a7ed92153dd90fe4a3d1008143c9f27c1841489f Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 7 Feb 2008 02:06:19 +0000 Subject: 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 --- gst/xingheader/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst') 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 -- cgit v1.2.1