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:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-22 05:16:36 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-22 05:16:36 +0300
commit77ff83a28c313e47d4343c7390ce9e9724ff6b30 (patch)
tree5eb8bb0614c6ddf0ded7bc2232fd792399cfed61 /configure.ac
parent388f1d6cc8337ed4a2cdc6e07d03847986452b10 (diff)
Making the library usable by other projects (install things properly, added
pkg-config file)
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 94de848..d4dd606 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ fi
AC_SUBST(SIZE16)
AC_SUBST(SIZE32)
-AC_OUTPUT([Makefile libcelt/Makefile libentcode/Makefile])
+AC_OUTPUT([Makefile libcelt/Makefile libentcode/Makefile celt.pc])
if test "x$src" = "x"; then
echo "**IMPORTANT**"