From 508b4902f6e6df7387b617a67c6fe5e248ee2c38 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 12 Jun 2008 20:27:29 +0200 Subject: Add class MLKDynamicContext. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 53176e7..4655041 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,8 +18,8 @@ include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = etoilisp -etoilisp_OBJC_FILES = MLKCons.m MLKEnvironment.m MLKLinkedList.m \ - MLKLispValue.m MLKSymbol.m \ +etoilisp_OBJC_FILES = MLKCons.m MLKDynamicContext.m MLKEnvironment.m \ + MLKLinkedList.m MLKLispValue.m MLKSymbol.m \ MLKUndefinedVariableException.m BUNDLE_NAME = Test -- cgit v1.2.3