mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
9 lines
306 B
Makefile
9 lines
306 B
Makefile
|
plugin_LTLIBRARIES = libgstaudiotestsrc.la
|
||
|
|
||
|
libgstaudiotestsrc_la_SOURCES = gstaudiotestsrc.c
|
||
|
libgstaudiotestsrc_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstaudiotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
libgstaudiotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GST_CTRL_LIBS)
|
||
|
|
||
|
noinst_HEADERS = gstaudiotestsrc.h
|