summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2014-12-18 12:52:00 -0500
committerChris Dyer <redpony@gmail.com>2014-12-18 12:52:00 -0500
commit59befb84d2879bb9b50eaa974471155caefbc55f (patch)
tree8ceea539890f3faaa5a35303bf6293536e6e63fb /decoder/Makefile.am
parent3b3d7fe1f65c811d2c158f0c79a007817023a5c5 (diff)
parentd426bbfed039f1b8ab0ebbea9745f6e827a40af1 (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.am2
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 \