summaryrefslogtreecommitdiff
path: root/dnd.asd
diff options
context:
space:
mode:
Diffstat (limited to 'dnd.asd')
-rw-r--r--dnd.asd11
1 files changed, 6 insertions, 5 deletions
diff --git a/dnd.asd b/dnd.asd
index 90dacf9..5a982d6 100644
--- a/dnd.asd
+++ b/dnd.asd
@@ -20,14 +20,15 @@
#:jonathan
#:quri
#:bordeaux-threads
- #:testiere)
+ #:testiere
+ #:defclass-std)
:components ((:file "package")
(:file "utilities")
- (:file "init")
(:file "model")
- (:file "flash")
- (:file "endpoints")
- (:file "pages")
(:file "queries")
(:file "transactions")
+ (:file "flash")
+ (:file "pages")
+ (:file "endpoints")
+ (:file "init")
(:file "dnd")))