diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 18:57:02 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 18:57:02 +0000 |
commit | bcf8d448430312fcf6270e3ba2e304ac58650312 (patch) | |
tree | e4c6c9dd12ec55d2d6b6606e8b5b5b14b5d95c43 /extools/Makefile.am | |
parent | 49e4f80136dd573c8b08c06426724de2d51bb784 (diff) |
use lexer instead of handwritten parser
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@319 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'extools/Makefile.am')
-rw-r--r-- | extools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extools/Makefile.am b/extools/Makefile.am index 807fe7d6..562599a3 100644 --- a/extools/Makefile.am +++ b/extools/Makefile.am @@ -28,7 +28,7 @@ build_lexical_translation_SOURCES = build_lexical_translation.cc extract.cc sent build_lexical_translation_LDADD = $(top_srcdir)/decoder/libcdec.a -lz build_lexical_translation_LDFLAGS = -all-static -mr_stripe_rule_reduce_SOURCES = mr_stripe_rule_reduce.cc extract.cc sentence_pair.cc striped_grammar.cc +mr_stripe_rule_reduce_SOURCES = mr_stripe_rule_reduce.cc extract.cc sentence_pair.cc striped_grammar.cc sg_lexer.cc mr_stripe_rule_reduce_LDADD = $(top_srcdir)/decoder/libcdec.a -lz mr_stripe_rule_reduce_LDFLAGS = -all-static |