mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
5 lines
127 B
Makefile
5 lines
127 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
filter_LTLIBRARIES = libchart.la
|
||
|
libchart_la_SOURCES = gstchart.c
|
||
|
libchart_la_CFLAGS = $(GST_CFLAGS)
|