diff options
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r-- | decoder/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index f02299e6..8280b22c 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -61,12 +61,10 @@ libcdec_a_SOURCES = \ ff_ruleshape.h \ ff_sample_fsa.h \ ff_soft_syntax.h \ - ff_soft_syntax2.h \ + ff_soft_syntax_mindist.h \ ff_source_path.h \ ff_source_syntax.h \ ff_source_syntax2.h \ - ff_source_syntax2_p.h \ - ff_source_syntax_p.h \ ff_spans.h \ ff_tagger.h \ ff_wordalign.h \ @@ -127,12 +125,10 @@ libcdec_a_SOURCES = \ ff_rules.cc \ ff_ruleshape.cc \ ff_soft_syntax.cc \ - ff_soft_syntax2.cc \ + ff_soft_syntax_mindist.cc \ ff_source_path.cc \ ff_source_syntax.cc \ ff_source_syntax2.cc \ - ff_source_syntax2_p.cc \ - ff_source_syntax_p.cc \ ff_spans.cc \ ff_tagger.cc \ ff_wordalign.cc \ |