mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
9505bda9c8
Original commit message from CVS: tee test too bad it fails at creating
9 lines
123 B
Makefile
9 lines
123 B
Makefile
testprogs = tee
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
tee_LDADD = $(GST_LIBS)
|
|
tee_CFLAGS = $(GST_CFLAGS)
|
|
|