diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-12 20:27:29 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-12 20:27:29 +0200 |
commit | 508b4902f6e6df7387b617a67c6fe5e248ee2c38 (patch) | |
tree | c8eb79aa2cc5d8c63e9f41440055e7be92bedfcb /GNUmakefile | |
parent | a6955cf42df675518514e4da54f36174de9eb736 (diff) |
Add class MLKDynamicContext.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |