mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
|
testprogs = tee
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
tee_LDADD = $(GST_LIBS)
|
||
|
tee_CFLAGS = $(GST_CFLAGS)
|
||
|
|