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:
authormfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-05 17:04:19 +0400
committermfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-05 17:04:19 +0400
commit64305754d2ff8b1a7e58b19bd5e14f6c137b6fea (patch)
treea594eed94fa9a60db4df1ef5d25ccd53d2f36d0f /irstlm/src/Makefile.am
parent7c1f978c06f61ff653e98b4d7ca2081251673e18 (diff)
irstlm: added inputfilestream to util.h and modified compile-lm to read gzipped files.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@859 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 5596ffbee..2c3cc5caf 100644
--- a/irstlm/src/Makefile.am
+++ b/irstlm/src/Makefile.am
@@ -17,12 +17,13 @@ library_include_HEADERS = \
mempool.h \
n_gram.h \
ngramcache.h \
- util.h
+ util.h \
+ gzfilebuf.h
bin_PROGRAMS = compile-lm quantize-lm
AM_LDFLAGS=-L.
-LIBS=-lirstlm
+LIBS=-lirstlm -lz
compile_lm_SOURCES = compile-lm.cpp
quantize_lm_SOURCES = quantize-lm.cpp