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:
Diffstat (limited to 'irstlm/src')
-rw-r--r--irstlm/src/Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/irstlm/src/Makefile.am b/irstlm/src/Makefile.am
index a520680e7..c9b7c6129 100644
--- a/irstlm/src/Makefile.am
+++ b/irstlm/src/Makefile.am
@@ -9,11 +9,17 @@ libirstlm_a_SOURCES = \
ngramcache.cpp
library_includedir=$(includedir)
-library_include_HEADERS = dictionary.h lmtable.h n_gram.h
+library_include_HEADERS = \
+ dictionary.h \
+ htable.h \
+ lmtable.h \
+ mempool.h \
+ n_gram.h \
+ ngramcache.h
bin_PROGRAMS = compile-lm quantize-lm
-AM_LDFLAGS=-L .
+AM_LDFLAGS=-L.
LIBS=-lirstlm
compile_lm_SOURCES = compile-lm.cpp