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
5 lines
160 B
Makefile
5 lines
160 B
Makefile
plugindir = $(libdir)/gst
|
|
plugin_LTLIBRARIES = libchart.la
|
|
libchart_la_SOURCES = gstchart.c
|
|
libchart_la_CFLAGS = $(GST_CFLAGS)
|
|
libchart_la_LIBADD = $(GST_LIBS)
|