From c656b5eab642b3fa90fd738bd1fe83d9d001128e Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sat, 12 Jan 2002 03:34:26 +0000 Subject: s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format --- ext/dv/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dv') diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am index 9801ac0f..23420acb 100644 --- a/ext/dv/Makefile.am +++ b/ext/dv/Makefile.am @@ -3,8 +3,8 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstdvdec.la libgstdvdec_la_SOURCES = gstdvdec.c -libgstdvdec_la_LIBADD = $(DV_LIBS) libgstdvdec_la_CFLAGS = $(GST_CFLAGS) +libgstdvdec_la_LIBADD = $(GST_LIBS) $(DV_LIBS) noinst_HEADERS = gstdvdec.h -- cgit