diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-10 17:09:40 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-10 17:09:40 +0200 |
commit | d355e8a5ef359b76ddaec26f33a8c9345d3a2e79 (patch) | |
tree | 0aebe10a7dc200a7b4cdf3304ef3faf93a4e0297 /GNUmakefile | |
parent | bd264499c08c196aa2ce69702cba0829ab24788a (diff) |
Add class MLKSymbol.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 36c159d..68e893b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,8 @@ include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = etoilisp etoilisp_OBJC_FILES = MLKCons.m MLKEnvironment.m MLKLinkedList.m \ - MLKLispValue.m MLKUndefinedVariableException.m + MLKLispValue.m MLKSymbol.m \ + MLKUndefinedVariableException.m -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/tool.make |