summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-10-27 11:22:38 +0800
committerPeng Wu <alexepico@gmail.com>2010-10-27 11:22:38 +0800
commit62d4d99e5754304a57f53a80ff61061506a0e908 (patch)
tree262d01b97c8cf9b70d5813f7bede7c9501605cff /configure.ac
parente9e32f965272d5465b81d1ea62df3a7e3f97f134 (diff)
downloadlibpinyin-62d4d99e5754304a57f53a80ff61061506a0e908.tar.gz
libpinyin-62d4d99e5754304a57f53a80ff61061506a0e908.tar.xz
libpinyin-62d4d99e5754304a57f53a80ff61061506a0e908.zip
fixes makefiles
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0d9390a..efa32c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,13 +70,15 @@ AC_CONFIG_FILES([Makefile
src/Makefile
src/include/Makefile
src/storage/Makefile
- src/segment/Makefile
- src/training/Makefile
src/lookup/Makefile
tests/Makefile
tests/include/Makefile
tests/storage/Makefile
tests/lookup/Makefile
utils/Makefile
- utils/storage/Makefile])
+ utils/storage/Makefile
+ utils/segment/Makefile
+ utils/training/Makefile
+])
+
AC_OUTPUT