summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 34ffb170..4d0459ef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,6 +36,7 @@ noinst_LIBRARIES = libhg.a
libhg_a_SOURCES = \
fst_translator.cc \
+ csplit.cc \
scfg_translator.cc \
hg.cc \
hg_io.cc \
@@ -58,6 +59,8 @@ libhg_a_SOURCES = \
ff.cc \
ff_lm.cc \
ff_wordalign.cc \
+ ff_csplit.cc \
+ freqdict.cc \
lexcrf.cc \
bottom_up_parser.cc \
phrasebased_translator.cc \