Add LLVMbzip2 library, now required.
[oota-llvm.git] / examples / ModuleMaker / Makefile
index de7a0a5494596a98db207140587a170004ea00d7..a9e40742ceebf8230615771c916e9c7c34ed154f 100644 (file)
@@ -1,4 +1,4 @@
-##===- examples/ModuleMaker --------------------------------*- Makefile -*-===##
+##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,6 +8,7 @@
 ##===----------------------------------------------------------------------===##
 LEVEL=../..
 TOOLNAME=ModuleMaker
-USEDLIBS= bcwriter vmcore support.a
+EXAMPLE_TOOL = 1
+USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
 include $(LEVEL)/Makefile.common