mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
e542dfe202
Original commit message from CVS: autoplug tests
9 lines
202 B
Makefile
9 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)
|