gstreamer/tests/old/testsuite/alsa/Makefile.am

12 lines
223 B
Makefile
Raw Normal View History

testprogs = formats
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
formats_SOURCES = formats.c sinesrc.c sinesrc.h
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)