gstreamer/testsuite/Makefile.am
Stefan Kost 2aa179d5ec new iface to uniformly access elements children and their properties
Original commit message from CVS:
new iface to uniformly access elements children and their properties
2005-04-21 17:10:09 +00:00

39 lines
722 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 bytestream caps childproxy cleanup clock \
$(GST_DEBUG_DIRS) \
dlopen dynparams \
elements ghostpads indexers negotiation pad \
$(GST_PARSE_DIRS) \
plugin refcounting schedulers states tags threads
DIST_SUBDIRS = \
bins bytestream caps childproxy cleanup clock \
debug \
dlopen dynparams \
elements ghostpads indexers negotiation pad \
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