summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 18:42:15 +0100
committerMatthias Andreas Benkard <matthias@benkard.de>2009-01-13 18:42:15 +0100
commitc456224caf73a20c9421f6250f0f876196c3d8d0 (patch)
treeecea2e44d3b4a303766cd2257bf9d78241ddf9aa /GNUmakefile
parent30c1e69082861a37d9c33b12a5df220a45b3d081 (diff)
Add class MLKDictionary.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c6bc134..d41fef9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -65,10 +65,10 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \
MLKBinaryStreamCharacterStream.m MLKBinding.m \
MLKCharacter.m MLKCharacterStream.m \
MLKCommaReader.m MLKCompiledClosure.m MLKCons.m \
- MLKDoubleFloat.m \
+ MLKDictionary.m \
MLKDispatchingMacroCharacterReader.m \
- MLKDynamicContext.m MLKEnvironment.m \
- MLKFileHandleStream.m MLKFloat.m \
+ MLKDoubleFloat.m MLKDynamicContext.m \
+ MLKEnvironment.m MLKFileHandleStream.m MLKFloat.m \
MLKForeignProcedure.m MLKForm.m MLKInteger.m \
MLKInterpretedClosure.m MLKInterpreter.m \
MLKLexicalContext.m MLKLexicalEnvironment.m \