Initial automake generated Makefile template
[oota-llvm.git] / tools / llvm-as / Makefile
index 28e90f620ec07fcb1ed48c5442aa92967a5f7e40..689e2684aeee82a45819f6aca75af5fd6c89e9b5 100644 (file)
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = llvm-as
-USEDLIBS = asmparser bcwriter vmcore support.a
+USEDLIBS = asmparser bcwriter vmcore support.a LLVMsystem.a
 
 include $(LEVEL)/Makefile.common