Remove redundant plugindir definition
[platform/upstream/gst-plugins-good.git] / gst / flx / Makefile.am
1
2 plugin_LTLIBRARIES = libgstflxdec.la
3
4 libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
5 libgstflxdec_la_CFLAGS = $(GST_CFLAGS)
6 libgstflxdec_la_LIBADD =
7 libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
8
9 noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
10