diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 20:34:32 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 20:34:32 +0200 |
commit | ef4ac7a8a6e7957e65ff729cce7e9905a8b369f5 (patch) | |
tree | 254903c8cb4c5e91cc605b4748a9dc6beb0aea29 /GNUmakefile | |
parent | 51e2909e615867293d949217073093404a2c1139 (diff) |
MLKReaderError: Make compile.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |