diff options
author | Chris Dyer <redpony@gmail.com> | 2014-12-18 12:52:00 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-12-18 12:52:00 -0500 |
commit | db1733fb11577638c230de097dd0171c132647b8 (patch) | |
tree | 863f23817da4dd760aa252a8c29923e9f07af039 /decoder/Makefile.am | |
parent | a617b8f7b93f4cdfb5b5100865fb57545a843a6c (diff) | |
parent | 126c54ec0026814e530f983fcb5184b2fce12319 (diff) |
Merge pull request #64 from kho/softsyn_2
Proper implementation of soft syntactic constraint features
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r-- | decoder/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index f9f90cfb..dbec532e 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -61,6 +61,7 @@ libcdec_a_SOURCES = \ ff_rules.h \ ff_ruleshape.h \ ff_sample_fsa.h \ + ff_soft_syn.h \ ff_soft_syntax.h \ ff_soft_syntax_mindist.h \ ff_source_path.h \ @@ -125,6 +126,7 @@ libcdec_a_SOURCES = \ ff_parse_match.cc \ ff_rules.cc \ ff_ruleshape.cc \ + ff_soft_syn.cc \ ff_soft_syntax.cc \ ff_soft_syntax_mindist.cc \ ff_source_path.cc \ |