summaryrefslogtreecommitdiff
path: root/mulkcms-hunchentoot.asd
diff options
context:
space:
mode:
Diffstat (limited to 'mulkcms-hunchentoot.asd')
-rw-r--r--mulkcms-hunchentoot.asd6
1 files changed, 6 insertions, 0 deletions
diff --git a/mulkcms-hunchentoot.asd b/mulkcms-hunchentoot.asd
new file mode 100644
index 0000000..f8dfeda
--- /dev/null
+++ b/mulkcms-hunchentoot.asd
@@ -0,0 +1,6 @@
+(asdf:defsystem mulkcms-hunchentoot
+ :serial t
+ :version "0.0.1"
+ :depends-on (:mulkcms :hunchentoot)
+ :components ((:file "package-hunchentoot")
+ (:file "mulkcms-hunchentoot")))