diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-13 20:01:47 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-13 20:01:47 +0200 |
commit | 97ad5ac29b2ca40c5ec27f9057b28f8c9cb2b566 (patch) | |
tree | ccec2d7cfec27067df4a8709b97e2e0ac8103533 /GNUmakefile | |
parent | 2f8225195b95aaed2c45c0daf582104657114ec4 (diff) |
Add class MLKThrowException.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 4655041..b2de3a9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,6 +20,7 @@ include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = etoilisp etoilisp_OBJC_FILES = MLKCons.m MLKDynamicContext.m MLKEnvironment.m \ MLKLinkedList.m MLKLispValue.m MLKSymbol.m \ + MLKThrowException.m \ MLKUndefinedVariableException.m BUNDLE_NAME = Test |