aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/llvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/llvm/Makefile')
-rw-r--r--bindings/ocaml/llvm/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/bindings/ocaml/llvm/Makefile b/bindings/ocaml/llvm/Makefile
index 850f564..fb682c7 100644
--- a/bindings/ocaml/llvm/Makefile
+++ b/bindings/ocaml/llvm/Makefile
@@ -1,20 +1,21 @@
##===- bindings/ocaml/llvm/Makefile ------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
-#
+#
# This is the makefile for the Objective Caml Llvm interface.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL := ../../..
LIBRARYNAME := llvm
-UsedComponents := core
+UsedComponents := core transformutils
UsedOcamlLibs := llvm
+ExtraLibs := -lstdc++
include ../Makefile.ocaml