gstreamer/testsuite/refcounting/Makefile.am
Wim Taymans 05a7d639e0 Added a testsuite for refcounting.
Original commit message from CVS:
Added a testsuite for refcounting.
2001-05-11 18:44:18 +00:00

14 lines
258 B
Makefile

SUBDIRS =
testprogs = object element
object_SOURCES = object.c mem.c
element_SOURCES = element.c mem.c
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
# we have nothing but apps here, we can do this safely
LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)