X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=candle.asd;h=30a6da37d1c87f76a6b402ca7b8d8cd6d67cfc31;hb=09ef79e902dcf475d6cd9dc34bc74a46b39150c3;hp=0dbb24c8319cb9347512a175fefcb9f707035c84;hpb=59e9f7983efcc1ee08609b075ea8345e5318b125;p=candle diff --git a/candle.asd b/candle.asd index 0dbb24c..30a6da3 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") (:file "cli") (:file "run")) + :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") (:file "config")))