Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2011-09-04 03:34:51 +0400
committerRalph Giles <giles@mozilla.com>2011-09-04 03:34:51 +0400
commit858468ee4219ac29d4443b81387bb609fd6247c6 (patch)
tree48cfe5caf6cd483a2940130dd97d4ee571959d64 /configure.ac
parentd099f132fc916d16c1097e7521a069a7bf6838c1 (diff)
Fix the 'distclean' target.
With subdir-objects, both the top-level makefile, and libcelt/Makefile, which runs celt-specific unit tests, were sharing libcelt/.deps for generated dependencies. Each thought it owned the directory, and so would remove the files it created in that directory, followed by the directory itself. The second makefile would then fail to because the files it created weren't there to remove, blocking a successful 'make distcheck' with in runs 'make distclean' as part of its verification tests. We can work around the problem by generating the makefile for the tests in the actual test directory, so it doesn't share autotools scratch space with the top level makefile.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb7a4d23..d2992868 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ fi
AM_CONDITIONAL([FIXED_POINT], [test x$ac_enable_fixed = xyes])
AM_CONDITIONAL([CUSTOM_MODES], [test x$ac_enable_custom_modes = xyes])
-AC_OUTPUT([Makefile libcelt/Makefile
+AC_OUTPUT([Makefile libcelt/tests/Makefile
opus.pc opus-uninstalled.pc])
AC_MSG_RESULT([