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/raw1394/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/raw1394/Makefile.am') diff --git a/ext/raw1394/Makefile.am b/ext/raw1394/Makefile.am index af17049b..a16f7c4d 100644 --- a/ext/raw1394/Makefile.am +++ b/ext/raw1394/Makefile.am @@ -3,6 +3,7 @@ plugindir = $(libdir)/gst plugin_LTLIBRARIES = libgst1394.la libgst1394_la_SOURCES = gst1394.c gstdv1394src.c -libgst1394_la_LIBADD = $(raw1394_LIBS) +libgst1394_la_CFLAGS = $(GST_CFLAGS) +libgst1394_la_LIBADD = $(GST_LIBS) $(raw1394_LIBS) noinst_HEADERS = gstdv1394src.h -- cgit