summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
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