X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=candle.asd;h=e65a5027151815d7ca5c13a83f196082ccb8be20;hb=5ca0a07ddfebb74e5556901fe6f761dfd8c06a8b;hp=7ffb165ff7cc21eaa7fadb3a635550cb330afcf1;hpb=45649dd09c4d8294cfab3277a1c46f6e6ee1df6c;p=candle diff --git a/candle.asd b/candle.asd index 7ffb165..e65a502 100644 --- a/candle.asd +++ b/candle.asd @@ -5,5 +5,19 @@ :author "Frank Duncan (frank@consxy.com)" :serial t :pathname "src/main" - :components ((:file "package") (:file "base") (:file "server")) - :depends-on (:herbie-utility)) + :components ((:file "package") + (:file "base") + (:file "git") + (:file "run") + (:file "processor") + (:file "server") + (:file "cli")) + :depends-on (:herbie-utility :opera)) + +(asdf:defsystem candle-aws + :pathname "src/main/aws" + :components ((:file "aws") (:file "config"))) + +(asdf:defsystem candle-local + :pathname "src/main/local" + :components ((:file "local")))