mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
3279192621
Original commit message from CVS: 2005-02-10 Andy Wingo <wingo@pobox.com> * testsuite/bytestream: Removed, getrange replaces bytestream in -THREADED. * testsuite/Makefile.am: * configure.ac: Updated.
38 lines
670 B
Makefile
38 lines
670 B
Makefile
include Rules
|
|
|
|
|
|
if GST_DISABLE_PARSE
|
|
GST_PARSE_DIRS =
|
|
else
|
|
GST_PARSE_DIRS = parse
|
|
endif
|
|
|
|
if GST_DISABLE_GST_DEBUG
|
|
GST_DEBUG_DIRS =
|
|
else
|
|
GST_DEBUG_DIRS = debug
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
bins caps cleanup clock \
|
|
$(GST_DEBUG_DIRS) \
|
|
dlopen dynparams \
|
|
elements ghostpads indexers negotiation \
|
|
$(GST_PARSE_DIRS) \
|
|
plugin refcounting schedulers states tags threads
|
|
|
|
DIST_SUBDIRS = \
|
|
bins caps cleanup clock \
|
|
debug \
|
|
dlopen dynparams \
|
|
elements ghostpads indexers negotiation \
|
|
parse \
|
|
plugin refcounting schedulers states tags threads
|
|
|
|
tests_pass = test_gst_init
|
|
tests_fail =
|
|
tests_ignore =
|
|
|
|
# we makes them, we gots to clean them
|
|
CLEANFILES += test-registry.xml
|
|
|