summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 21:55:14 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-14 21:55:14 +0200
commit932d3df11b56b88a97ef497ca7c891547275d05a (patch)
tree1dba244fc74f69e70d2ae51ef34af7e9ca777467 /GNUmakefile
parentde500f8520928edfd502844f70979a93717f6cc9 (diff)
Add class MLKPackage.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4cb6c82..b9ddad3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -20,9 +20,9 @@ include $(GNUSTEP_MAKEFILES)/common.make
TOOL_NAME = etoilisp
etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDynamicContext.m \
MLKEndOfFileError.m MLKEnvironment.m MLKError.m \
- MLKLinkedList.m MLKLispValue.m MLKReader.m \
- MLKReaderError.m MLKStream.m MLKSymbol.m \
- MLKThrowException.m \
+ MLKLinkedList.m MLKLispValue.m MLKPackage.m \
+ MLKReader.m MLKReaderError.m MLKStream.m \
+ MLKSymbol.m MLKThrowException.m \
MLKUndefinedVariableException.m
BUNDLE_NAME = Test