summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-28 16:55:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-28 16:55:53 +0200
commit9f06467f57576cd557ee172f10f5e12bba7f1f9e (patch)
tree5f909c534bd4cb4eb71a4986569ab797df988011 /GNUmakefile
parent3a5710bf7cb85da4ba6a327d6149db46e6bed82e (diff)
Add class MLKFileHandleStream.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7aaa0f0..1990162 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -67,7 +67,8 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \
MLKCommaReader.m MLKCompiledClosure.m MLKCons.m \
MLKDoubleFloat.m \
MLKDispatchingMacroCharacterReader.m \
- MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \
+ MLKDynamicContext.m MLKEnvironment.m \
+ MLKFileHandleStream.m MLKFloat.m \
MLKForeignProcedure.m MLKForm.m MLKInteger.m \
MLKInterpretedClosure.m MLKInterpreter.m \
MLKLexicalContext.m MLKLexicalEnvironment.m \