Fix the ocaml bindings.
[oota-llvm.git] / bindings / ocaml / executionengine / Makefile
index 5fa3f22048f490da429f7648dff24fc5abec07d5..f58b3b751e1f7aefa52aec245dd85abeda7abe4f 100644 (file)
@@ -13,7 +13,7 @@
 
 LEVEL := ../../..
 LIBRARYNAME := llvm_executionengine
-UsedComponents := executionengine jit interpreter native
+UsedComponents := executionengine mcjit interpreter native
 UsedOcamlInterfaces := llvm llvm_target
 
 include ../Makefile.ocaml