gstreamer/testsuite/seeking/Makefile.am
Wim Taymans eadc5593b3 Testcase for element seeking.
Original commit message from CVS:
Testcase for element seeking.
2002-05-30 19:03:58 +00:00

9 lines
196 B
Makefile

testprogs = seek1
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS) $(GTK_LIBS)
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)