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

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2007-12-06 07:09:53 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-12-06 07:09:53 +0300
commit2ec8d9e5227b5875a837b72d89d1a81234c35252 (patch)
treea3379b93e6661d05fe79b76982bd33620c3b0bde /configure.ac
parentaeb4467d7fa64b88fd9de7670512a8114cf09a68 (diff)
Multiplier-free entropy coder
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 263ef6a..ac39dde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ fi
AC_SUBST(SIZE16)
AC_SUBST(SIZE32)
-AC_OUTPUT([Makefile libcelt/Makefile])
+AC_OUTPUT([Makefile libcelt/Makefile] libentcode/Makefile)
if test "x$src" = "x"; then
echo "**IMPORTANT**"