Exposing MCJIT through C API
[oota-llvm.git] / bindings / ocaml / executionengine / Makefile
index 45b5049914be24c4e8a67fc9849bf194db4bf665..5fa3f22048f490da429f7648dff24fc5abec07d5 100644 (file)
@@ -13,7 +13,7 @@
 
 LEVEL := ../../..
 LIBRARYNAME := llvm_executionengine
-UsedComponents := executionengine jit interpreter mcjit native
+UsedComponents := executionengine jit interpreter native
 UsedOcamlInterfaces := llvm llvm_target
 
 include ../Makefile.ocaml