summaryrefslogtreecommitdiffstats
path: root/ext/dv/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 20:21:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 20:21:19 +0000
commit52c9ad318bc088d899f32572bf5871f67b0ff8a4 (patch)
tree1909c5dafdf81b81fafea361bf26e0dfe1be5698 /ext/dv/Makefile.am
parentded068daeb82bbe7462307b59633231e33756556 (diff)
more fixes
Original commit message from CVS: more fixes
Diffstat (limited to 'ext/dv/Makefile.am')
-rw-r--r--ext/dv/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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