mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-03 02:11:21 +00:00
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
10 lines
244 B
Makefile
10 lines
244 B
Makefile
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
|
|
|