summaryrefslogtreecommitdiffstats
path: root/gst/flx/Makefile.am
blob: c432c09996ecaf4d5ebcb28fcafde3a83198e619 (plain)
1
2
3
4
5
6
7
8
9
10
11
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgstflxdec.la

libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
libgstflxdec_la_LIBADD = $(GST_LIBS)
libgstflxdec_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@

noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h