mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
86deff7b5b
Original commit message from CVS: * gst/gstpluginfeature.c: (gst_plugin_feature_finalize), (gst_plugin_feature_load): more meaningful debug output * configure.ac: * tests/Makefile.am: * tests/old/examples/Makefile.am: make make distcheck happy again
35 lines
498 B
Makefile
35 lines
498 B
Makefile
EXTRA_DIST = README
|
|
|
|
if BUILD_TESTS
|
|
## SUBDIRS_TESTS = tests testsuite
|
|
## FIXME: write tests from scratch
|
|
SUBDIRS_TESTS =
|
|
if HAVE_CHECK
|
|
SUBDIRS_CHECK = check
|
|
else
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
else
|
|
SUBDIRS_TESTS =
|
|
SUBDIRS_CHECK =
|
|
endif
|
|
|
|
if BUILD_EXAMPLES
|
|
SUBDIRS_EXAMPLES = examples
|
|
else
|
|
SUBDIRS_EXAMPLES =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
benchmarks \
|
|
$(SUBDIRS_CHECK) \
|
|
misc \
|
|
$(SUBDIRS_TESTS) \
|
|
$(SUBDIRS_EXAMPLES)
|
|
|
|
# These are all the possible subdirs
|
|
DIST_SUBDIRS = \
|
|
benchmarks \
|
|
check \
|
|
examples \
|
|
misc
|