gstreamer/tests/old/testsuite/clock/Makefile.am
Thomas Vander Stichele b172752619 adding clock example
Original commit message from CVS:
adding clock example
2002-04-23 19:12:54 +00:00

9 lines
118 B
Makefile

testprogs = clock1
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)