summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-05-16 13:23:09 +0800
committerPeng Wu <alexepico@gmail.com>2017-05-16 13:23:09 +0800
commit80cd413400656838023362ad13638d9aa91daf05 (patch)
tree176be39e1a67d8df7542b98ab0fd531a8c3fefdf /tests/Makefile.am
parentc96110fd976e92b0f8de0a08a5cb278ef66c664b (diff)
downloadlibpinyin-80cd413400656838023362ad13638d9aa91daf05.tar.gz
libpinyin-80cd413400656838023362ad13638d9aa91daf05.tar.xz
libpinyin-80cd413400656838023362ad13638d9aa91daf05.zip
update autoconf
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 67f4065..34da2d0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -50,9 +50,10 @@ test_chewing_SOURCES = test_chewing.cpp
test_chewing_LDADD = ../src/libpinyin.la
-
+if ENABLE_LIBZHUYIN
noinst_PROGRAMS += test_zhuyin
test_zhuyin_SOURCES = test_zhuyin.cpp
test_zhuyin_LDADD = ../src/libzhuyin.la
+endif