Add a new -disable-inlining option
[oota-llvm.git] / tools / extract / Makefile
index f9209d144572fb16ae3497aca5fcc21ba13f6d3f..c364bb2c69fc3c8aedc45ec862c0ac60068c721e 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = extract
-USEDLIBS = bcreader bcwriter transforms ipo analysis transformutils ipa vmcore support
+USEDLIBS = bcreader bcwriter transforms.a ipo.a analysis.a transformutils.a \
+           ipa.a vmcore support.a
 
 include $(LEVEL)/Makefile.common