s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are...
[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 libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h
11