mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
57478148c9
Original commit message from CVS: hopefully fix distcheck issues
20 lines
613 B
Makefile
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
|