X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=candle.asd;h=77493d2ed09038e794353e713670fcd74b976305;hb=ee77eb54acee4492045d4b5885bc5df332f58566;hp=0eaba1cd4b2f0f8f58c7a5266256ecce1bccc3e8;hpb=43528d90eeeee498d0a94c22bc38de9554e15d9a;p=candle diff --git a/candle.asd b/candle.asd index 0eaba1c..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") (:file "cli")) + :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")))