summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-11-01 14:48:17 -0400
committerWu, Ke <wuke@cs.umd.edu>2014-11-01 14:48:17 -0400
commit4444b842ef12f31e3aede13950b553f9a5bcb2d6 (patch)
treec68a65174fad0d15f9a238e86e056560d6badaca /decoder/Makefile.am
parente09c8fc558a5138b7e67b8f8fc898f7d4003e0b9 (diff)
Junhui's implementation of soft syntax constraint features
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r--decoder/Makefile.am2
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 \