summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dbc18194..34ffb170 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,6 +39,7 @@ libhg_a_SOURCES = \
scfg_translator.cc \
hg.cc \
hg_io.cc \
+ hg_intersect.cc \
viterbi.cc \
lattice.cc \
aligner.cc \
@@ -55,9 +56,8 @@ libhg_a_SOURCES = \
weights.cc \
ttables.cc \
ff.cc \
- lm_ff.cc \
+ ff_lm.cc \
ff_wordalign.cc \
- hg_intersect.cc \
lexcrf.cc \
bottom_up_parser.cc \
phrasebased_translator.cc \