diff options
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r-- | decoder/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index 6ee7ef6a..db14afc8 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -142,6 +142,7 @@ libcdec_a_SOURCES = \ ff_csplit.cc \ ff_tagger.cc \ ff_source_path.cc \ + ff_source_syntax.h \ ff_source_syntax.cc \ ff_parse_match.cc \ ff_parse_match.h \ @@ -149,6 +150,8 @@ libcdec_a_SOURCES = \ ff_soft_syntax.h \ ff_soft_syntax2.cc \ ff_soft_syntax2.h \ + ff_source_syntax_p.h \ + ff_source_syntax_p.cc \ ff_bleu.cc \ ff_factory.cc \ incremental.cc \ |