tests: create/remove orc directory at proper time

Before automake creates .deps directories, and during distclean.

https://bugzilla.gnome.org/show_bug.cgi?id=705350
This commit is contained in:
David Schleef 2013-08-09 20:12:09 +01:00 committed by Tim-Philipp Müller
parent edb114c4bc
commit b456878697
2 changed files with 5 additions and 2 deletions

View file

@ -2306,6 +2306,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl *** output files ***
$MKDIR_P tests/check/orc
dnl po/Makefile.in
AC_CONFIG_FILES(

View file

@ -31,7 +31,8 @@ CLEANFILES = core.* test-registry.*
SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-bad.supp
clean-local: clean-local-check clean-local-orc
clean-local: clean-local-check
distclean-local: distclean-local-orc
if USE_ASSRENDER
check_assrender = elements/assrender
@ -378,6 +379,6 @@ orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc
$(MKDIR_P) orc
$(ORCC) --test -o $@ $<
clean-local-orc:
distclean-local-orc:
rm -rf orc