diff options
| author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-07-07 10:16:16 +0200 |
|---|---|---|
| committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-07-07 10:16:16 +0200 |
| commit | e7ed0ce49e01ce616df9ff9b9393ff69d6fa7295 (patch) | |
| tree | 09a5188d87b81c8c9dead7cdaabd569f5b975238 /GNUmakefile | |
| parent | 629a99a805399db4be550029666d9edc75488937 (diff) | |
Add class MLKStringOutputStream.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
