summaryrefslogtreecommitdiff
path: root/objective-cl.asd
diff options
context:
space:
mode:
Diffstat (limited to 'objective-cl.asd')
-rw-r--r--objective-cl.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/objective-cl.asd b/objective-cl.asd
index 1b725d5..8f66cab 100644
--- a/objective-cl.asd
+++ b/objective-cl.asd
@@ -44,5 +44,6 @@
"method-invocation"
"data-types"))
(:file "compiler-macros" :depends-on ("defpackage"
- "method-invocation")))))
+ "method-invocation"
+ "conditions")))))
:serial t)