diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-11-01 14:48:17 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-11-01 14:48:17 -0400 |
commit | 34b7c1e7c3aa5f9ee780be65effc40726d849303 (patch) | |
tree | 4379630b1a688b007491e1c061d898e9691f7bf1 /decoder/Makefile.am | |
parent | 71fc7100b37b5bc2f5bbab414d90f9b3f19985c0 (diff) |
Junhui's implementation of soft syntax 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 cc52ccd4..2f293b15 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -59,6 +59,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 \ @@ -122,6 +123,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 \ |