mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
cb2c141eac
Fixes: 740502 API: gst_direct_control_binding_new_absolute
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)
|