* create .pc file, seems to be a good thing to do.
[citadel.git] / libcitadel / configure.in
index f700b3cfcfbbf7505ddb8a0e505861972212eb05..73f2193d8bd2710911392cedbb5241bbc4071abb 100755 (executable)
@@ -63,7 +63,7 @@ AC_C_CONST
 AC_TYPE_SIZE_T
 AC_CHECK_FUNCS(memmove bcopy)
 
-AC_CONFIG_FILES(Makefile)
+AC_CONFIG_FILES(Makefile libcitadel.pc)
 AC_OUTPUT
 
 abs_srcdir="`cd $srcdir && pwd`"