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
diff options
context:
space:
mode:
authorredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-21 19:14:47 +0400
committerredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-21 19:14:47 +0400
commit61af46ffd7adc5c9b4dee7327a70da2fe22bbb4b (patch)
tree01976b0f59ed135654bf3ec41a955b7ceb8f1920 /irstlm/src/Makefile.am
parent63a2eee1b63d73eb3a2a536ae62d059843ff2c59 (diff)
fixes for irstlm on Linux machines
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@790 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm/src/Makefile.am')
-rw-r--r--irstlm/src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/irstlm/src/Makefile.am b/irstlm/src/Makefile.am
index 0cc7935f9..a520680e7 100644
--- a/irstlm/src/Makefile.am
+++ b/irstlm/src/Makefile.am
@@ -5,10 +5,11 @@ libirstlm_a_SOURCES = \
htable.cpp \
lmtable.cpp \
mempool.cpp \
- ngram.cpp
+ n_gram.cpp \
+ ngramcache.cpp
library_includedir=$(includedir)
-library_include_HEADERS = dictionary.h lmtable.h ngram.h
+library_include_HEADERS = dictionary.h lmtable.h n_gram.h
bin_PROGRAMS = compile-lm quantize-lm