summaryrefslogtreecommitdiffstats
path: root/gst/flx/Makefile.am
blob: d26e2dee6f8bd888e316f8801f12f3587e1c42c5 (plain)
1
2
3
4
5
6
7
8
9
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