mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
5dbd908f00
Original commit message from CVS: cosmetic
8 lines
194 B
Makefile
8 lines
194 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libchart.la
|
|
|
|
libchart_la_SOURCES = gstchart.c
|
|
libchart_la_CFLAGS = $(GST_CFLAGS)
|
|
libchart_la_LIBADD =
|
|
libchart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|