From ad6ed7da2d0d15eecc924dfe408320652481e885 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 22 Dec 2001 23:26:33 +0000 Subject: Initial revision Original commit message from CVS: Initial revision --- gst/passthrough/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gst/passthrough/Makefile.am (limited to 'gst/passthrough/Makefile.am') diff --git a/gst/passthrough/Makefile.am b/gst/passthrough/Makefile.am new file mode 100644 index 00000000..500d4679 --- /dev/null +++ b/gst/passthrough/Makefile.am @@ -0,0 +1,10 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstpassthrough.la + +libgstpassthrough_la_SOURCES = gstpassthrough.c +libgstpassthrough_la_CFLAGS = $(GST_CFLAGS) + +noinst_HEADERS = gstpassthrough.h filter.func + +EXTRA_DIST = -- cgit v1.2.1