From 08e462e7a12530c2c7bb8036be05d79d1dfe9456 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 27 Jun 2008 16:13:38 +0200 Subject: Add class MLKRoot. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 51673aa..997c23b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,8 +33,8 @@ ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \ MLKLexicalContext.m MLKLexicalEnvironment.m \ MLKLispValue.m MLKPackage.m MLKParenReader.m \ MLKRatio.m MLKReader.m MLKReadtable.m \ - MLKReaderError.m MLKSingleFloat.m MLKStream.m \ - MLKStringInputStream.m MLKSymbol.m \ + MLKReaderError.m MLKRoot.m MLKSingleFloat.m \ + MLKStream.m MLKStringInputStream.m MLKSymbol.m \ MLKThrowException.m NSObject-MLKPrinting.m \ NSString-MLKPrinting.m ToiletKit_LDFLAGS = -lgmp -- cgit v1.2.3