From 5f1e214592757c0ed653032023879fed2540d0cc Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Wed, 24 Oct 2007 22:41:47 +0000 Subject: [MOVED FROM GST-P-FARSIGHT] Add valve element 20071024224147-3e2dc-f28ab0c073e283894b65c22c4f44397c897dec01.gz --- gst/valve/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gst/valve/Makefile.am (limited to 'gst/valve/Makefile.am') diff --git a/gst/valve/Makefile.am b/gst/valve/Makefile.am new file mode 100644 index 00000000..0e78b5ac --- /dev/null +++ b/gst/valve/Makefile.am @@ -0,0 +1,7 @@ +plugin_LTLIBRARIES = libgstvalve.la + +libgstvalve_la_SOURCES = gstvalve.c gstvalve.h + +libgstvalve_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) +libgstvalve_la_LIBADD = $(GST_LIBS_LIBS) +libgstvalve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -- cgit v1.2.1