gstreamer/testsuite/bytestream/Makefile.am
Wim Taymans 00f78d264b A first attempt at a bytestream test suite. This one measures data correctness and mem leaks.
Original commit message from CVS:
A first attempt at a bytestream test suite. This one measures data
correctness and mem leaks.
2001-10-13 18:02:28 +00:00

13 lines
288 B
Makefile

filterdir = $(libdir)/gst
testprogs = test1
check_PROGRAMS = $(testprogs)
test1_SOURCES = test1.c gstbstest.c mem.c
test1_LDFLAGS = -L$(top_builddir)/libs/bytestream/ -lgstbytestream
# we have nothing but apps here, we can do this safely
LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)