From 80cd413400656838023362ad13638d9aa91daf05 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 16 May 2017 13:23:09 +0800 Subject: update autoconf --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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 -- cgit