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 'moses/src/Makefile.am')
-rw-r--r--moses/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/src/Makefile.am b/moses/src/Makefile.am
index 9e3e65cb9..96568da5b 100644
--- a/moses/src/Makefile.am
+++ b/moses/src/Makefile.am
@@ -148,7 +148,7 @@ libmoses_la_HEADERS += LM/IRST.h
endif
if RAND_LM
-libmoses_la_HEADERS += LM/RandLM.h
+libmoses_la_HEADERS += LM/Rand.h
endif
if ORLM_LM
@@ -318,7 +318,7 @@ libmoses_la_SOURCES += LM/IRST.cpp
endif
if RAND_LM
-libmoses_la_SOURCES += LM/RandLM.cpp
+libmoses_la_SOURCES += LM/Rand.cpp
endif
if ORLM_LM