From 97ad5ac29b2ca40c5ec27f9057b28f8c9cb2b566 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 13 Jun 2008 20:01:47 +0200 Subject: Add class MLKThrowException. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 4655041..b2de3a9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,6 +20,7 @@ include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = etoilisp etoilisp_OBJC_FILES = MLKCons.m MLKDynamicContext.m MLKEnvironment.m \ MLKLinkedList.m MLKLispValue.m MLKSymbol.m \ + MLKThrowException.m \ MLKUndefinedVariableException.m BUNDLE_NAME = Test -- cgit v1.2.3