summaryrefslogtreecommitdiff
path: root/mulkcms-hunchentoot.asd
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-10 16:23:40 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-10 16:23:40 +0100
commitd5005613677cdf45dbd1cf167aaaa8a22d576573 (patch)
treee6908eae01fd5a60e02c0feea1f35d8a6312a3cf /mulkcms-hunchentoot.asd
parent4f4cdd76d12e396fdf22c22db4716df6045b8fad (diff)
Handle simple article requests.
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")))