diff options
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 |