diff options
author | Karl Schimpf <kschimpf@google.com> | 2013-08-13 11:07:36 -0700 |
---|---|---|
committer | Karl Schimpf <kschimpf@google.com> | 2013-08-13 11:07:36 -0700 |
commit | c5b7afcc67531e25686deee81c07fd18695eb3ca (patch) | |
tree | 5ab2a2264d7db11aac8aa691f7b7ae254d027caa /tools | |
parent | dad71e1d326ac5fb4e8a3d64262e875ef01cf38d (diff) |
Add NaClBitReader library dependencies to pnacl-freeze.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3626
R=jvoung@chromium.org
Review URL: https://codereview.chromium.org/23072004
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pnacl-freeze/LLVMBuild.txt | 2 | ||||
-rw-r--r-- | tools/pnacl-freeze/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/pnacl-freeze/LLVMBuild.txt b/tools/pnacl-freeze/LLVMBuild.txt index 8e3499b991..e17f5c0f87 100644 --- a/tools/pnacl-freeze/LLVMBuild.txt +++ b/tools/pnacl-freeze/LLVMBuild.txt @@ -13,4 +13,4 @@ type = Tool name = pnacl-freeze parent = Tools -required_libraries = NaClBitWriter BitReader +required_libraries = NaClBitWriter NaClBitReader BitReader diff --git a/tools/pnacl-freeze/Makefile b/tools/pnacl-freeze/Makefile index 5872f1cd15..ceeb409181 100644 --- a/tools/pnacl-freeze/Makefile +++ b/tools/pnacl-freeze/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := pnacl-freeze -LINK_COMPONENTS := naclbitwriter bitreader +LINK_COMPONENTS := naclbitwriter naclbitreader bitreader # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 |