gstreamer/gst/xingheader/Makefile.am
Jan Schmidt a7ed92153d 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
2008-02-07 02:06:19 +00:00

9 lines
289 B
Makefile

plugin_LTLIBRARIES = libgstxingheader.la
libgstxingheader_la_SOURCES = gstxingmux.c
libgstxingheader_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstxingheader_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
noinst_HEADERS = gstxingmux.h