mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
|
testprogs = clock1
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
LDADD = $(GST_LIBS)
|
||
|
CFLAGS = $(GST_CFLAGS)
|
||
|
|