2002-01-15 09:29:27 +00:00
|
|
|
# FIXME : refcounting threads bytestream cleanup
|
2002-05-05 16:49:45 +00:00
|
|
|
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
|
2001-03-09 12:08:38 +00:00
|
|
|
|
|
|
|
testprogs = test_gst_init
|
|
|
|
|
2002-05-05 16:49:45 +00:00
|
|
|
TESTS = $(top_builddir)/tools/gst-register $(testprogs) gst-inspect-check
|
2001-03-09 12:08:38 +00:00
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
|
|
|
|
# we have nothing but apps here, we can do this safely
|
2001-12-04 22:12:50 +00:00
|
|
|
LIBS = $(GST_LIBS)
|
2002-01-02 12:23:26 +00:00
|
|
|
CFLAGS = $(GST_CFLAGS)
|
2001-05-27 22:25:32 +00:00
|
|
|
|
2001-12-10 17:40:47 +00:00
|
|
|
# FIXME : refcounting threadds
|
2002-04-23 19:12:54 +00:00
|
|
|
DIST_SUBDIRS = caps plugin bytestream cleanup elements dynparams clock
|
2002-05-07 03:01:16 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = gst-inspect-check
|