gstreamer/testsuite/parse/Makefile.am

14 lines
253 B
Makefile
Raw Normal View History

testprogs = parse2
#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)