diff options
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r-- | decoder/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index ef98289e..914faaea 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -143,7 +143,13 @@ libcdec_a_SOURCES = \ ff_csplit.cc \ ff_tagger.cc \ ff_source_path.cc \ + ff_parse_match.cc \ + ff_soft_syntax.cc \ + ff_soft_syntax2.cc \ ff_source_syntax.cc \ + ff_source_syntax_p.cc \ + ff_source_syntax2.cc \ + ff_source_syntax2_p.cc \ ff_bleu.cc \ ff_factory.cc \ incremental.cc \ |