summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 16:10:52 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 16:10:52 +0200
commit1cf2f94d79396d81bdc798768687c1bef86a9102 (patch)
tree8312c6feb12a95b661bd394c09941f34ca61c951 /GNUmakefile
parent6058a8c5f6e7ed7d42c8e32ba054c81808be34a4 (diff)
Add class MLKStringInputStream.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 30974ae..4a16a6b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -24,7 +24,8 @@ etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDoubleFloat.m \
MLKInteger.m MLKLinkedList.m MLKLispValue.m \
MLKPackage.m MLKParenReader.m MLKRatio.m \
MLKReader.m MLKReadtable.m MLKReaderError.m \
- MLKSingleFloat.m MLKStream.m MLKSymbol.m \
+ MLKSingleFloat.m MLKStream.m \
+ MLKStringInputStream.m MLKSymbol.m \
MLKThrowException.m \
MLKUndefinedVariableException.m \
NSObject-MLKPrinting.m