mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 09:29:42 +00:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
testprogs = cache1
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
LDADD = $(GST_LIBS)
|
||
|
CFLAGS = $(GST_CFLAGS)
|