mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
b8a69a8471
Original commit message from CVS: whoops, forgot to clean Makefile
28 lines
583 B
Makefile
28 lines
583 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 cleanup dynparams ghostpads \
|
|
caps plugin elements clock refcounting tags threads \
|
|
indexers debug $(GST_PARSE_DIRS) $(GST_DEBUG_DIRS)
|
|
|
|
DIST_SUBDIRS = bins bytestream caps cleanup clock dynparams elements indexers \
|
|
plugin refcounting tags threads parse debug ghostpads
|
|
|
|
tests_pass = test_gst_init
|
|
tests_fail =
|
|
|
|
# we makes them, we gots to clean them
|
|
CLEANFILES += test-registry.xml
|
|
|