mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
10 lines
202 B
Makefile
10 lines
202 B
Makefile
|
testprogs = autoplug autoplug2 autoplug3 autoplug4
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
# we have nothing but apps here, we can do this safely
|
||
|
LIBS = $(GST_LIBS)
|
||
|
CFLAGS = $(GST_CFLAGS)
|