From 66e1956cedc8e0e33a900e843cfea842e4483a6a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 20 Apr 2015 16:21:58 +0800 Subject: update Makefile.am --- utils/storage/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/storage/Makefile.am') diff --git a/utils/storage/Makefile.am b/utils/storage/Makefile.am index 376c0e7..a90234a 100644 --- a/utils/storage/Makefile.am +++ b/utils/storage/Makefile.am @@ -24,6 +24,10 @@ INCLUDES = -I$(top_srcdir)/src \ LDADD = ../../src/libpinyin_internal.la @GLIB2_LIBS@ +if KYOTOCABINET +LDADD += @KYOTOCABINET_LIBS@ +endif + bin_PROGRAMS = gen_binary_files \ import_interpolation -- cgit