gstreamer/testsuite/Makefile.am
Andy Wingo 57478148c9 hopefully fix distcheck issues
Original commit message from CVS:
hopefully fix distcheck issues
2002-05-07 03:01:16 +00:00

20 lines
613 B
Makefile

# FIXME : refcounting threads bytestream cleanup
SUBDIRS = . caps plugin elements clock ## dynparams
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
testprogs = test_gst_init
TESTS = $(top_builddir)/tools/gst-register $(testprogs) gst-inspect-check
check_PROGRAMS = $(testprogs)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
# FIXME : refcounting threadds
DIST_SUBDIRS = caps plugin bytestream cleanup elements dynparams clock
EXTRA_DIST = gst-inspect-check