mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
18 lines
446 B
Makefile
18 lines
446 B
Makefile
noinst_PROGRAMS = \
|
|
caps \
|
|
capsnego \
|
|
complexity \
|
|
controller \
|
|
init \
|
|
mass-elements \
|
|
gstpollstress \
|
|
gstpoolstress \
|
|
gstclockstress \
|
|
gstbufferstress
|
|
|
|
LDADD = $(GST_OBJ_LIBS)
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
controller_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la $(LDADD)
|
|
|