mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
f7a43c6534
Original commit message from CVS: still in anal-retentive mode, please make liberal use of the delete key
8 lines
209 B
Makefile
8 lines
209 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstchart.la
|
|
|
|
libgstchart_la_SOURCES = gstchart.c
|
|
libgstchart_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstchart_la_LIBADD =
|
|
libgstchart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|