X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=candle.asd;h=77493d2ed09038e794353e713670fcd74b976305;hb=refs%2Fheads%2Fdevelopment;hp=7ffb165ff7cc21eaa7fadb3a635550cb330afcf1;hpb=45649dd09c4d8294cfab3277a1c46f6e6ee1df6c;p=candle diff --git a/candle.asd b/candle.asd index 7ffb165..77493d2 100644 --- a/candle.asd +++ b/candle.asd @@ -5,5 +5,20 @@ :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") + (:file "server-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") (:file "config")))