summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker')
-rw-r--r--examples/ModuleMaker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile
index de7a0a5494..4ae28ccb7a 100644
--- a/examples/ModuleMaker/Makefile
+++ b/examples/ModuleMaker/Makefile
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL=../..
TOOLNAME=ModuleMaker
-USEDLIBS= bcwriter vmcore support.a
+USEDLIBS= bcwriter vmcore support.a LLVMsystem.a
include $(LEVEL)/Makefile.common