Convert to use new Linker class interface
[oota-llvm.git] / tools / llvm-ld / Makefile
index 1baae4ad4799d597cd6e551f14456fc32d5c7335..34d6dc69ca4690e9a8a8fe84ec1c09a30963fd6d 100644 (file)
@@ -13,6 +13,6 @@ TOOLNAME = llvm-ld
 USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \
           LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \
           LLVMArchive.a LLVMBCReader LLVMBCWriter \
-          LLVMCore LLVMSupport.a LLVMSystem.a
+          LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 include $(LEVEL)/Makefile.common