diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-05 14:24:55 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-05 14:24:55 +0800 |
commit | 746b31da492ab63120655f287fc56b8fb26584eb (patch) | |
tree | c3f87d12bef7ec0a2d7f8b917d68733ae6ea9eaa /Makefile.am | |
parent | 66834d7005c5ef6f176b5b081d8b76973ff7605e (diff) | |
download | ibus-libpinyin-746b31da492ab63120655f287fc56b8fb26584eb.tar.gz ibus-libpinyin-746b31da492ab63120655f287fc56b8fb26584eb.tar.xz ibus-libpinyin-746b31da492ab63120655f287fc56b8fb26584eb.zip |
Use google.db, if open-phrase.db does not exist.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 968cefa..a39343d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,11 @@ SUBDIRS = \ po \ $(NULL) +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-google \ + --enable-db-open-phrase \ + $(NULL) + ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ |