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/flx/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gst/flx/Makefile.am (limited to 'gst/flx/Makefile.am') diff --git a/gst/flx/Makefile.am b/gst/flx/Makefile.am new file mode 100644 index 00000000..79a6fba7 --- /dev/null +++ b/gst/flx/Makefile.am @@ -0,0 +1,9 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstflxdec.la + +libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c +libgstflxdec_la_CFLAGS = $(GST_CFLAGS) + +noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h + -- cgit v1.2.1