From d5005613677cdf45dbd1cf167aaaa8a22d576573 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 10 Mar 2011 16:23:40 +0100 Subject: Handle simple article requests. --- mulkcms-hunchentoot.asd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mulkcms-hunchentoot.asd (limited to 'mulkcms-hunchentoot.asd') 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"))) -- cgit v1.2.3