mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-15 10:45:20 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
testprogs = tee fake
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
EXTRA_DIST = property.h
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|