summaryrefslogtreecommitdiff
path: root/gst/dvdlpcmdec
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-08-31 13:04:31 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-08-31 13:04:31 +0000
commita69947cddbb58ceab34e1777571ca01e272a945f (patch)
tree89d72d85bb8090888bf8321ac9793c6bb1dc8804 /gst/dvdlpcmdec
parent4aa0e9f5d517c7e9753b60719884f0d6cc8e60b0 (diff)
Add missing GST_LIBS to the link flags
Original commit message from CVS: * ext/lame/Makefile.am: * ext/mpeg2dec/Makefile.am: * gst/dvdlpcmdec/Makefile.am: * gst/dvdsub/Makefile.am: * gst/mpegaudioparse/Makefile.am: Add missing GST_LIBS to the link flags
Diffstat (limited to 'gst/dvdlpcmdec')
-rw-r--r--gst/dvdlpcmdec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdlpcmdec/Makefile.am b/gst/dvdlpcmdec/Makefile.am
index 31e51169..d88772b1 100644
--- a/gst/dvdlpcmdec/Makefile.am
+++ b/gst/dvdlpcmdec/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstdvdlpcmdec.la
libgstdvdlpcmdec_la_SOURCES = gstdvdlpcmdec.c
libgstdvdlpcmdec_la_CFLAGS = $(GST_CFLAGS)
-libgstdvdlpcmdec_la_LIBADD =
+libgstdvdlpcmdec_la_LIBADD = $(GST_LIBS)
libgstdvdlpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdvdlpcmdec.h