diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-09-13 06:36:28 -0700 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-09-13 06:36:28 -0700 |
commit | b901df059531aad2f7d11b1e1ce13f9a9cb1c8ef (patch) | |
tree | 5e0ca4c8ebbea50c35c1f20fb2bf0752c96bc575 /dpmert/Jamfile | |
parent | df001c7fb050bf5e424af4a0948ae7e23486fc06 (diff) |
Fix compilation with static
Diffstat (limited to 'dpmert/Jamfile')
-rw-r--r-- | dpmert/Jamfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpmert/Jamfile b/dpmert/Jamfile index 647caac8..6f6a3d40 100644 --- a/dpmert/Jamfile +++ b/dpmert/Jamfile @@ -9,14 +9,14 @@ lib dpmert : mert_geometry.cc ..//utils ..//mteval - ..//decoder + ../decoder//decoder ../klm/lm//kenlm ..//boost_program_options : <include>. : : <library>..//utils <library>..//mteval - <library>..//decoder + <library>../decoder//decoder <library>../klm/lm//kenlm <library>..//boost_program_options <include>. |