diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 21:20:51 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 21:20:51 +0200 |
commit | 46f08b33eab0a26bee84d3aa294dedcd04222dee (patch) | |
tree | 157d91efb46fd9cef7579d543d5ab6c2088f8b10 /GNUmakefile | |
parent | ef4ac7a8a6e7957e65ff729cce7e9905a8b369f5 (diff) |
Add classes MLKError and MLKStream.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index cf29db8..0c17452 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,9 +19,9 @@ include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = etoilisp etoilisp_OBJC_FILES = MLKCons.m MLKDynamicContext.m MLKEndOfFileError.m \ - MLKEnvironment.m MLKLinkedList.m MLKLispValue.m \ - MLKReader.m MLKReaderError.m MLKSymbol.m \ - MLKThrowException.m \ + MLKEnvironment.m MLKError.m MLKLinkedList.m \ + MLKLispValue.m MLKReader.m MLKReaderError.m \ + MLKStream.m MLKSymbol.m MLKThrowException.m \ MLKUndefinedVariableException.m BUNDLE_NAME = Test |