diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-17 19:20:35 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-17 19:20:35 +0200 |
commit | fae6a10cd7a1c0a12c00d869b5b7c94299a722ef (patch) | |
tree | 36f1c0f7c63b7122a78501b819c62a88145c13d9 /GNUmakefile | |
parent | 59ddf80e3dd84841e2cd1d563bc6b43ad489fdb6 (diff) |
Add category NSString(MLKPrinting).
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 119bc57..e8f3e08 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,7 +32,7 @@ ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \ MLKStringInputStream.m MLKSymbol.m \ MLKThrowException.m \ MLKUndefinedVariableException.m \ - NSObject-MLKPrinting.m + NSObject-MLKPrinting.m NSString-MLKPrinting.m ToiletKit_LDFLAGS = -lgmp #LIBRARIES_DEPEND_UPON |