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.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/moses/src/Makefile.am b/moses/src/Makefile.am
index 32fe1cb4b..ecbe11925 100644
--- a/moses/src/Makefile.am
+++ b/moses/src/Makefile.am
@@ -20,9 +20,10 @@ libmoses_la_HEADERS = \
ChartTranslationOption.h \
ChartTranslationOptionCollection.h \
ChartTranslationOptionList.h \
+ ChartTrellisDetour.h \
+ ChartTrellisDetourQueue.h \
ChartTrellisNode.h \
ChartTrellisPath.h \
- ChartTrellisPathCollection.h \
ChartTrellisPathList.h \
ConfusionNet.h \
DecodeFeature.h \
@@ -179,10 +180,10 @@ libmoses_la_SOURCES = \
ChartTranslationOption.cpp \
ChartTranslationOptionCollection.cpp \
ChartTranslationOptionList.cpp \
+ ChartTrellisDetour.cpp \
+ ChartTrellisDetourQueue.cpp \
ChartTrellisNode.cpp \
ChartTrellisPath.cpp \
- ChartTrellisPathCollection.cpp \
- ChartTrellisPathList.cpp \
ConfusionNet.cpp \
DecodeFeature.cpp \
DecodeGraph.cpp \