diff options
Diffstat (limited to 'gst/flx/Makefile.am')
-rw-r--r-- | gst/flx/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |