From ef4ac7a8a6e7957e65ff729cce7e9905a8b369f5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 14 Jun 2008 20:34:32 +0200 Subject: MLKReaderError: Make compile. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 9eb3844..cf29db8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,8 @@ 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 MLKSymbol.m MLKThrowException.m \ + MLKReader.m MLKReaderError.m MLKSymbol.m \ + MLKThrowException.m \ MLKUndefinedVariableException.m BUNDLE_NAME = Test -- cgit v1.2.3