summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-08-09 20:12:09 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-08-09 20:14:03 +0100
commitb456878697efc4f1b718c2bdd40eaf824e106e8a (patch)
tree2747b00dd71e9c818bb0881a8523f7cfba4b05d4 /tests
parentedb114c4bc94ba340d85e22c844b6becf6bc1f09 (diff)
downloadgstreamer-plugins-bad-b456878697efc4f1b718c2bdd40eaf824e106e8a.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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