Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/irstlm
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-04 17:27:45 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-04 17:27:45 +0400
commite8ee650cc463272430bf554ff09cb3babbf19def (patch)
tree5dd76f956fe3b1988b7ca054cb2e936d5eaf8584 /irstlm
parent8ca67f1c42ba999a111d43cd8bbc1d92d23103ad (diff)
win32 compatibility in IRSTLM
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@849 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm')
-rw-r--r--irstlm/src/Makefile.am6
1 files 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