summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-10 17:09:40 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-10 17:09:40 +0200
commitd355e8a5ef359b76ddaec26f33a8c9345d3a2e79 (patch)
tree0aebe10a7dc200a7b4cdf3304ef3faf93a4e0297 /GNUmakefile
parentbd264499c08c196aa2ce69702cba0829ab24788a (diff)
Add class MLKSymbol.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
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