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:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-08-05 18:47:41 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-08-05 18:47:41 +0400
commitbf6a4e01b6f1281a4711f293ef0a415c209ff13b (patch)
tree7f4020e8e02b1805e913a36192aa37deed3a33b7 /configure.ac
parentb91d00d1e2bbaa8939e031a36770f555bf4eb459 (diff)
Re-enables test cases, including the rotation test
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 8da18e6c..9b10e8a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,7 +200,7 @@ fi
AM_CONDITIONAL([FIXED_POINT], [test x$ac_enable_fixed = xyes])
-AC_OUTPUT([Makefile])
+AC_OUTPUT([Makefile libcelt/Makefile])
AC_MSG_RESULT([
------------------------------------------------------------------------