summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-10 12:17:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-10 12:17:53 +0200
commitc802172ab92da89a8e9a8cc92c47c09f222dacd1 (patch)
treec1e4588297c27c8d268594b5a2621e61a4cc7e0b /GNUmakefile
parentddf78cc594ae390a8bfff95555dc285c1bbd28f5 (diff)
Add class cluster MLKForm.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cff81a7..3f7ae93 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,7 +53,7 @@ ToiletKit_OBJC_FILES = functions.m globals.m MLKArray.m \
MLKDoubleFloat.m \
MLKDispatchingMacroCharacterReader.m \
MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \
- MLKForeignProcedure.m MLKInteger.m \
+ MLKForeignProcedure.m MLKForm.m MLKInteger.m \
MLKInterpretedClosure.m MLKInterpreter.m \
MLKLexicalContext.m MLKLexicalEnvironment.m \
MLKLispValue.m MLKNumber.m MLKPackage.m \