gstreamer/tests/old/testsuite/dynparams/Makefile.am
Steve Baker 0b0874bfed the beginnings of a testsuite for dparams. it works but it doesn't test anything yet
Original commit message from CVS:
the beginnings of a testsuite for dparams. it works but it doesn't test anything yet
2001-11-29 20:36:46 +00:00

13 lines
290 B
Makefile

SUBDIRS =
testprogs = dparamstest
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
dparamstest_SOURCES = dparamstest.c
dparamstest_LDFLAGS = -L$(top_builddir)/libs/control/ -lgstcontrol
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)