diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-08-16 17:32:33 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-08-16 17:32:33 -0400 |
commit | bc94f8c8c3fc3978a68859a67d33ccd243437016 (patch) | |
tree | 9f0555d664a7654c41ba1705d810b87cee645e06 /decoder | |
parent | f82833385b7cf3c01dc2f92830119dfe3ebc573e (diff) |
Update build system, add missing cc files
Diffstat (limited to 'decoder')
-rw-r--r-- | decoder/Jamfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/Jamfile b/decoder/Jamfile index 06c5bfda..da02d063 100644 --- a/decoder/Jamfile +++ b/decoder/Jamfile @@ -55,6 +55,9 @@ lib decoder : JSON_parser.c json_parse.cc grammar.cc + rescore_translator.cc + hg_remove_eps.cc + hg_union.cc $(glc) ..//utils ..//mteval |