summaryrefslogtreecommitdiffstats
path: root/ext/dv/Makefile.am
diff options
context:
space:
mode:
authorPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2005-07-12 08:24:58 +0000
committerPhilippe Kalaf <philippe.kalaf@collabora.co.uk>2005-07-12 08:24:58 +0000
commit9d0b5fddf76dc2aba8c9967aee31316783b40452 (patch)
tree1883dd4b6a226a296abd7ca1158c34e417463396 /ext/dv/Makefile.am
parentda8915bfc1f94f18f451b342b856b728894370c6 (diff)
- ext/dv/Makefile.am
Original commit message from CVS: - ext/dv/Makefile.am Replaced GST_BASE_LDFLAGS by GST_PLUGINS_BASE_LIBS
Diffstat (limited to 'ext/dv/Makefile.am')
-rw-r--r--ext/dv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am
index 5371802f..40ca16ea 100644
--- a/ext/dv/Makefile.am
+++ b/ext/dv/Makefile.am
@@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstdvdec.la
libgstdvdec_la_SOURCES = gstdvdec.c
libgstdvdec_la_CFLAGS = $(GST_CFLAGS) $(LIBDV_CFLAGS)
libgstdvdec_la_LIBADD = $(LIBDV_LIBS) $(GST_BASE_LIBS)
-libgstdvdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LDFLAGS)
+libgstdvdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS)
noinst_HEADERS = gstdvdec.h