diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-12-11 18:52:47 -0500 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-12-11 18:52:47 -0500 |
commit | f30a8ff91bb311aba63d7a44d707af25daf8ace7 (patch) | |
tree | 113e4c80a4cda2952d28e30c1388223fd59f53d7 /decoder/Makefile.am | |
parent | 09e9a08a69401a47b9494312fa073db86b50cccf (diff) | |
parent | 99a1107282cfb6e81e1781e0b0af35379615e306 (diff) |
Merge branch 'softsyn' into softsyn_2
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 f791b3cc..727e5af5 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -60,6 +60,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 \ @@ -123,6 +124,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 \ |