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 | ca7d0174e012b39cd52c23f0b8911c01b71c85c8 (patch) | |
tree | 4aab392df0214c10ffc41365b96beae135b952da /decoder/Jamfile | |
parent | dc078281c2fd83db9fc4860e8b24979ab2a1e407 (diff) |
Update build system, add missing cc files
Diffstat (limited to 'decoder/Jamfile')
-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 |