From 4a37588e1e747a128b2ec39abacaf2530004b64e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 9 Sep 2011 00:48:53 +0200 Subject: Update GNUmakefile. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index d41fef9..5d1fb27 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -120,8 +120,8 @@ static = yes # This line is the reason for this whole “BUILD_TOILET_LLVM” LIBRARY_NAME += libtoilet-llvm ADDITIONAL_OBJCCFLAGS = $(ADDITIONAL_OBJCFLAGS) -libtoilet-llvm_OBJC_FILES += MLKLexicalContext-MLKLLVMCompilation.m -libtoilet-llvm_OBJCC_FILES = MLKLLVMCompiler.mm +libtoilet-llvm_OBJCC_FILES = MLKLexicalContext-MLKLLVMCompilation.mm \ + MLKLLVMCompiler.mm llvm_context.mm libtoilet-llvm_OBJCFLAGS = -DUSE_LLVM libtoilet-llvm_OBJCCFLAGS = -DUSE_LLVM `$(LLVM_CONFIG) --cxxflags` $(ToiletKit_OBJCFLAGS) endif -- cgit v1.2.3