summaryrefslogtreecommitdiff
path: root/tools/extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract/Makefile')
-rw-r--r--tools/extract/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/extract/Makefile b/tools/extract/Makefile
index 14a8124ee8..b578e94f00 100644
--- a/tools/extract/Makefile
+++ b/tools/extract/Makefile
@@ -10,7 +10,7 @@ LEVEL = ../..
TOOLNAME = extract
USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \
- LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a LLVMCore LLVMSupport.a \
- LLVMSystem.a
+ LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common