summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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 0b2b816..763c264 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,8 @@ AC_CHECK_HEADER([db.h], [], AC_MSG_ERROR([Cannot find Berkeley DB library versio
AC_SEARCH_LIBS([db_create], [db], [], AC_MSG_ERROR([Cannot find Berkeley DB library version 4]))
-AC_CONFIG_FILES([Makefile
+AC_CONFIG_FILES([libpinyin.pc
+ Makefile
src/Makefile
src/include/Makefile
src/storage/Makefile