mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
35beb0b388
Original commit message from CVS: added name test
10 lines
149 B
Makefile
10 lines
149 B
Makefile
testprogs = tee fake name
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
EXTRA_DIST = property.h
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|