2002-05-25 17:45:51 +00:00
|
|
|
# FIXME : threads bytestream
|
2002-05-09 16:44:22 +00:00
|
|
|
SUBDIRS = caps cleanup plugin elements clock refcounting ## dynparams
|
2002-05-05 16:49:45 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
2002-05-09 16:44:22 +00:00
|
|
|
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
|
2002-05-25 17:45:51 +00:00
|
|
|
plugin refcounting threads
|
2002-05-07 03:01:16 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = gst-inspect-check
|