From a4d5bde1dd2928aaa57303815b15616d89c6dc9e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 20 Oct 2004 13:51:27 +0000 Subject: fix the build Original commit message from CVS: fix the build --- ext/raw1394/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/raw1394') diff --git a/ext/raw1394/Makefile.am b/ext/raw1394/Makefile.am index aa651a9a..5f1e0dc4 100644 --- a/ext/raw1394/Makefile.am +++ b/ext/raw1394/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgst1394.la libgst1394_la_SOURCES = gst1394.c gstdv1394src.c libgst1394_la_CFLAGS = $(GST_CFLAGS) -libgst1394_la_LIBADD = $(RAW1394_LIBS) +libgst1394_la_LIBADD = $(DV1394_LIBS) libgst1394_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstdv1394src.h -- cgit