s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
[platform/upstream/gst-plugins-good.git] / gst / flx / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstflxdec.la
4
5 libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
6 libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
7 libgstflxdec_la_LIBADD = $(GST_LIBS)
8
9 noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
10