summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-09 00:48:53 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-09-09 00:48:53 +0200
commit4a37588e1e747a128b2ec39abacaf2530004b64e (patch)
tree431b193ce58913f912199b8f4f2d5b0f6fad34c1
parent5a396c3013c6555e85d9c4c51c5a83570873f6c9 (diff)
Update GNUmakefile.
-rw-r--r--GNUmakefile4
1 files 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