mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 22:28:22 +00:00
10 lines
233 B
Makefile
10 lines
233 B
Makefile
|
testprogs = seek1 ## autoplug3 ## autoplug4 # autoplug2
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
# we have nothing but apps here, we can do this safely
|
||
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
||
|
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|