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
This commit is contained in:
Jan Schmidt 2008-02-07 02:06:19 +00:00
parent 20751bdbd3
commit a7ed92153d
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
* gst/xingheader/Makefile.am:
Put CFLAGS and LIBS in the right order
2008-02-06 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:

View file

@ -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