gstreamer/testsuite/seeking/Makefile.am
Wim Taymans e92b1b7edc Added simple seeking testsuite
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:13 +00:00

9 lines
233 B
Makefile

testprogs = seek1 ## autoplug3 ## autoplug4 # autoplug2
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)