mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
b172752619
Original commit message from CVS: adding clock example
9 lines
118 B
Makefile
9 lines
118 B
Makefile
testprogs = clock1
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|