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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Montgomery <monty@xiph.org>2009-01-13 21:39:53 +0300
committerJean-Marc Valin <jean-marc.valin@octasic.com>2009-01-13 21:40:26 +0300
commit41d819d36a45fb213ae63a45de22fc0258004b09 (patch)
tree72e8cb093709ce038ac5c1267d7793cb58f7492d /configure.ac
parent950394ce3f8e9d3b500c13a1e19a8f8cc0cc95d3 (diff)
Spec file
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe16c10..1d85880 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,8 @@ fi
AC_SUBST(SIZE16)
AC_SUBST(SIZE32)
-AC_OUTPUT([Makefile libcelt/Makefile tests/Makefile celt.pc tools/Makefile])
+AC_OUTPUT([Makefile libcelt/Makefile tests/Makefile
+ celt.pc tools/Makefile libcelt.spec ])
if test "x$tools" = "x"; then
echo "**IMPORTANT**"