Making the library usable by other projects (install things properly, added
pkg-config file)
diff --git a/configure.ac b/configure.ac
index 94de848..d4dd606 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@
 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**"