mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
8e6561be91
This is not needed any longer.
7 lines
227 B
Makefile
7 lines
227 B
Makefile
noinst_PROGRAMS = audio-example control-sources text-color-example
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
|
|
LDADD = \
|
|
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
|
|
$(GST_OBJ_LIBS)
|