tests: move orc removal to distclean

This commit is contained in:
David Schleef 2013-08-02 16:57:43 -07:00
parent 6459964b49
commit b851a6dacc

View file

@ -19,7 +19,9 @@ TESTS_ENVIRONMENT = \
# ths core dumps of some machines have PIDs appended
CLEANFILES = core.* test-registry.*
clean-local: clean-local-check clean-local-orc
clean-local: clean-local-check
distclean-local: distclean-local-orc
$(CHECK_REGISTRY):
$(TESTS_ENVIRONMENT)
@ -502,7 +504,7 @@ orc/videotestsrc.c: $(top_srcdir)/gst/videotestsrc/gstvideotestsrcorc.orc
$(ORCC) --test -o $@ $<
clean-local-orc:
distclean-local-orc:
rm -rf orc
EXTRA_DIST = gst-plugins-base.supp