Library-ize the dyld components of llvm-rtdyld.
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index 1858d776616c3c7faa1b2da2668e7ad8a24bcbc6..9a649a52cf9ee9cdd481476131083c23334a8520 100644 (file)
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 LIBRARYNAME = LLVMExecutionEngine
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 LIBRARYNAME = LLVMExecutionEngine
-PARALLEL_DIRS = Interpreter JIT MCJIT
+PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
 
 include $(LEVEL)/Makefile.common
 
 include $(LEVEL)/Makefile.common