From e7ed0ce49e01ce616df9ff9b9393ff69d6fa7295 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 7 Jul 2008 10:16:16 +0200 Subject: Add class MLKStringOutputStream. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 94ac8dc..3ba767b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -37,8 +37,8 @@ ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \ MLKQuoteReader.m MLKRatio.m MLKReader.m \ MLKReadtable.m MLKReaderError.m MLKRoot.m \ MLKSemicolonReader.m MLKSingleFloat.m MLKStream.m \ - MLKStringInputStream.m MLKStringReader.m \ - MLKSymbol.m MLKThrowException.m \ + MLKStringInputStream.m MLKStringOutputStream.m \ + MLKStringReader.m MLKSymbol.m MLKThrowException.m \ NSObject-MLKPrinting.m NSString-MLKPrinting.m ToiletKit_LDFLAGS = -lgmp #LIBRARIES_DEPEND_UPON -- cgit v1.2.3