summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--tests/check/Makefile.am5
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a4a2d19e..d7dfe35d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2306,6 +2306,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl *** output files ***
+$MKDIR_P tests/check/orc
+
dnl po/Makefile.in
AC_CONFIG_FILES(
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index b3f6d30e7..943f78b32 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -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