summaryrefslogtreecommitdiffstats
path: root/ext/raw1394/Makefile.am
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-01-12 03:34:26 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-01-12 03:34:26 +0000
commitc656b5eab642b3fa90fd738bd1fe83d9d001128e (patch)
treeaa98fd7213568e9a831c9eb410a8ae024c086f55 /ext/raw1394/Makefile.am
parent2a1103ef057f577f97383f9fcb5939d992fd06a7 (diff)
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
Diffstat (limited to 'ext/raw1394/Makefile.am')
-rw-r--r--ext/raw1394/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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