add a method
[oota-llvm.git] / tools / llvm-as / Makefile
index 689e2684aeee82a45819f6aca75af5fd6c89e9b5..91de6d2490bbe0ead3622518d07bf203891ed130 100644 (file)
@@ -8,6 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = llvm-as
-USEDLIBS = asmparser bcwriter vmcore support.a LLVMsystem.a
+USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \
+           LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 include $(LEVEL)/Makefile.common