From 47da9c1e9ac25b3248a808f4519e2c64ecb8e2b4 Mon Sep 17 00:00:00 2001
From: Matthias Andreas Benkard <matthias@benkard.de>
Date: Sun, 15 Jun 2008 22:09:13 +0200
Subject: Add class MLKInteger.

---
 GNUmakefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'GNUmakefile')

diff --git a/GNUmakefile b/GNUmakefile
index 4b614b0..e9cbdd4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -20,15 +20,18 @@ include $(GNUSTEP_MAKEFILES)/common.make
 TOOL_NAME = etoilisp
 etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDynamicContext.m	\
                       MLKEndOfFileError.m MLKEnvironment.m MLKError.m	\
-                      MLKLinkedList.m MLKLispValue.m MLKPackage.m	\
-                      MLKReader.m MLKReadtable.m MLKReaderError.m	\
-                      MLKStream.m MLKSymbol.m MLKThrowException.m	\
+                      MLKInteger.m MLKLinkedList.m MLKLispValue.m	\
+                      MLKPackage.m MLKReader.m MLKReadtable.m		\
+                      MLKReaderError.m MLKStream.m MLKSymbol.m		\
+                      MLKThrowException.m				\
                       MLKUndefinedVariableException.m
 
 BUNDLE_NAME = Test
 Test_OBJC_FILES = $(etoilisp_OBJC_FILES) MLKLowLevelTests.m
 Test_OBJC_LIBS = -lUnitKit
 
+ADDITIONAL_LDFLAGS = -lgmp
+
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/bundle.make
 include $(GNUSTEP_MAKEFILES)/tool.make
-- 
cgit v1.2.3