gstreamer/testsuite/parse/Makefile.am
Benjamin Otte df7d0e43d4 added tests for parsing stuff
Original commit message from CVS:
added tests for parsing stuff
2003-04-10 01:51:42 +00:00

13 lines
233 B
Makefile

testprogs = parse1 parse2
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
parse1_SOURCES = parse1.c
parse2_SOURCES = parse2.c
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)