diff options
author | David Schleef <ds@schleef.org> | 2013-08-09 20:12:09 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-08-09 20:14:03 +0100 |
commit | b456878697efc4f1b718c2bdd40eaf824e106e8a (patch) | |
tree | 2747b00dd71e9c818bb0881a8523f7cfba4b05d4 /configure.ac | |
parent | edb114c4bc94ba340d85e22c844b6becf6bc1f09 (diff) | |
download | gstreamer-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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 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( |