mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
15 lines
376 B
Makefile
15 lines
376 B
Makefile
noinst_PROGRAMS = \
|
|
caps \
|
|
complexity \
|
|
controller \
|
|
init \
|
|
mass-elements \
|
|
gstpollstress \
|
|
gstclockstress
|
|
|
|
LDADD = $(GST_OBJ_LIBS)
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
controller_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
controller_LDFLAGS = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la
|
|
|