diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-27 16:13:38 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-27 16:13:38 +0200 |
commit | 08e462e7a12530c2c7bb8036be05d79d1dfe9456 (patch) | |
tree | c138314fcc5cdc193ea7e5aa758b59bf6034781f /GNUmakefile | |
parent | d8bb9ac98e86017217b3760d7b68d2be2b2d975d (diff) |
Add class MLKRoot.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |