Add LLVMbzip2 library, now required.
[oota-llvm.git] / examples / ModuleMaker / Makefile
index 2bd8a38b7e2f955964777c0ff846557555cef11c..a9e40742ceebf8230615771c916e9c7c34ed154f 100644 (file)
@@ -8,6 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL=../..
 TOOLNAME=ModuleMaker
-USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
+EXAMPLE_TOOL = 1
+USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 include $(LEVEL)/Makefile.common