summaryrefslogtreecommitdiff
path: root/tools/extract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract/Makefile')
-rw-r--r--tools/extract/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/extract/Makefile b/tools/extract/Makefile
index f9209d1445..c364bb2c69 100644
--- a/tools/extract/Makefile
+++ b/tools/extract/Makefile
@@ -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