diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-03 19:18:31 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-03 19:18:31 +0200 |
commit | 930a4cef72c1b3798edbd7f3a91ee79a5cbb14ad (patch) | |
tree | d8f8ea8b2394a639c610360ba5e4880f344a0b4c /GNUmakefile | |
parent | 92a3142b212589ff9da84347b72e679d0827efd7 (diff) |
Reimplement VALUES as a function as opposed to a special operator.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c069169..3a2dd9b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -46,7 +46,8 @@ ToiletKit_OBJC_FILES = MLKBackquoteReader.m MLKBinding.m MLKCharacter.m \ MLKStream.m MLKStringInputStream.m \ MLKStringOutputStream.m MLKStringReader.m \ MLKSymbol.m MLKThrowException.m \ - NSObject-MLKPrinting.m NSString-MLKPrinting.m + MLKValuesFunction.m NSObject-MLKPrinting.m \ + NSString-MLKPrinting.m ToiletKit_LDFLAGS = -lgmp #LIBRARIES_DEPEND_UPON |