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

noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h