From e8ee650cc463272430bf554ff09cb3babbf19def Mon Sep 17 00:00:00 2001 From: hieuhoang1972 Date: Wed, 4 Oct 2006 13:27:45 +0000 Subject: [PATCH] win32 compatibility in IRSTLM git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@849 1f5c12ca-751b-0410-a591-d2e778427230 --- irstlm/src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/irstlm/src/Makefile.am b/irstlm/src/Makefile.am index c9b7c6129..5596ffbee 100644 --- a/irstlm/src/Makefile.am +++ b/irstlm/src/Makefile.am @@ -6,7 +6,8 @@ libirstlm_a_SOURCES = \ lmtable.cpp \ mempool.cpp \ n_gram.cpp \ - ngramcache.cpp + ngramcache.cpp \ + util.cpp library_includedir=$(includedir) library_include_HEADERS = \ @@ -15,7 +16,8 @@ library_include_HEADERS = \ lmtable.h \ mempool.h \ n_gram.h \ - ngramcache.h + ngramcache.h \ + util.h bin_PROGRAMS = compile-lm quantize-lm