diff options
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 |