diff options
author | Patrick Simianer <p@simianer.de> | 2013-04-29 11:01:38 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2013-04-29 11:01:38 +0200 |
commit | 46f2a84ae599fdf53c70519950873df4318a16b1 (patch) | |
tree | 6659981a4ecb3fc756d617af968324de6f1afab0 /decoder/Makefile.am | |
parent | 6c0e5139068b8e92a10445b7e19f4878443ade03 (diff) |
added (broken) variant of a feature
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r-- | decoder/Makefile.am | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index a93a5dbe..00f8b5f9 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -142,20 +142,13 @@ libcdec_a_SOURCES = \ ff_csplit.cc \ ff_tagger.cc \ ff_source_path.cc \ - ff_source_syntax.h \ + ff_parse_match.cc \ + ff_soft_syntax.cc \ + ff_soft_syntax2.cc \ ff_source_syntax.cc \ - ff_source_syntax_p.h \ ff_source_syntax_p.cc \ - ff_source_syntax2.h \ ff_source_syntax2.cc \ - ff_source_syntax2_p.h \ ff_source_syntax2_p.cc \ - ff_parse_match.cc \ - ff_parse_match.h \ - ff_soft_syntax.cc \ - ff_soft_syntax.h \ - ff_soft_syntax2.cc \ - ff_soft_syntax2.h \ ff_bleu.cc \ ff_factory.cc \ incremental.cc \ |