mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
noinst_PROGRAMS = \
|
|
caps \
|
|
complexity \
|
|
init \
|
|
mass-elements \
|
|
gstpollstress
|
|
|
|
LDADD = $(GST_OBJ_LIBS)
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|