summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-08-05 14:37:07 +0800
committerPeng Wu <alexepico@gmail.com>2011-08-05 14:37:07 +0800
commit237bd7b076ec9df92e6fdf021a34bf6ef811ae1b (patch)
tree89f451aa1b99082d4aeeebc4d383bb2bbbd9b5fd /configure.ac
parenta1b9f96c6878d06c5b803ccdcea26f5fcc971365 (diff)
downloadlibpinyin-237bd7b076ec9df92e6fdf021a34bf6ef811ae1b.tar.gz
libpinyin-237bd7b076ec9df92e6fdf021a34bf6ef811ae1b.tar.xz
libpinyin-237bd7b076ec9df92e6fdf021a34bf6ef811ae1b.zip
add libpinyin.pc
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