mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ffd06121fa
Original commit message from CVS: - plugins are built without versioning info
6 lines
203 B
Makefile
6 lines
203 B
Makefile
plugindir = $(libdir)/gst
|
|
plugin_LTLIBRARIES = libchart.la
|
|
libchart_la_SOURCES = gstchart.c
|
|
libchart_la_CFLAGS = $(GST_CFLAGS)
|
|
libchart_la_LIBADD = $(GST_LIBS)
|
|
libchart_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|