From 52c9ad318bc088d899f32572bf5871f67b0ff8a4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 20:21:19 +0000 Subject: more fixes Original commit message from CVS: more fixes --- ext/dv/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/dv') diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am index e044aa45..5b90bf5a 100644 --- a/ext/dv/Makefile.am +++ b/ext/dv/Makefile.am @@ -2,9 +2,9 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgstdvdec.la -libdvdec_la_SOURCES = gstdvdec.c -libdvdec_la_LIBADD = $(DV_LIBS) -libdvdec_la_CFLAGS = $(GST_CFLAGS) +libgstdvdec_la_SOURCES = gstdvdec.c +libgstdvdec_la_LIBADD = $(DV_LIBS) +libgstdvdec_la_CFLAGS = $(GST_CFLAGS) noinst_HEADERS = gstdvdec.h -- cgit