summaryrefslogtreecommitdiffstats
path: root/gst/xingheader/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/xingheader/Makefile.am')
-rw-r--r--gst/xingheader/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/gst/xingheader/Makefile.am b/gst/xingheader/Makefile.am
index 6719a1a3..5517b8ad 100644
--- a/gst/xingheader/Makefile.am
+++ b/gst/xingheader/Makefile.am
@@ -1,12 +1,9 @@
-
plugin_LTLIBRARIES = libgstxingheader.la
libgstxingheader_la_SOURCES = gstxingmux.c
libgstxingheader_la_CFLAGS = $(GST_CFLAGS)
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstxingheader_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
noinst_HEADERS = gstxingmux.h
-
-AM_CFLAGS = $(GST_CFLAGS)
-LIBS = $(GST_LIBS) $(LAME_LIBS)