mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-10 08:22:32 +00:00
7 lines
244 B
Makefile
7 lines
244 B
Makefile
noinst_PROGRAMS = audio-example control-sources text-color-example absolute-example
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
|
|
LDADD = \
|
|
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
|
|
$(GST_OBJ_LIBS)
|