diff options
Diffstat (limited to 'gst/xingheader/Makefile.am')
-rw-r--r-- | gst/xingheader/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gst/xingheader/Makefile.am b/gst/xingheader/Makefile.am new file mode 100644 index 00000000..6719a1a3 --- /dev/null +++ b/gst/xingheader/Makefile.am @@ -0,0 +1,12 @@ + +plugin_LTLIBRARIES = libgstxingheader.la + +libgstxingheader_la_SOURCES = gstxingmux.c +libgstxingheader_la_CFLAGS = $(GST_CFLAGS) +libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + + +noinst_HEADERS = gstxingmux.h + +AM_CFLAGS = $(GST_CFLAGS) +LIBS = $(GST_LIBS) $(LAME_LIBS) |