X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=candle.asd;h=e65a5027151815d7ca5c13a83f196082ccb8be20;hb=124e400cd0be0e884d0cb7ea400899b3288c1fc0;hp=0dbb24c8319cb9347512a175fefcb9f707035c84;hpb=59e9f7983efcc1ee08609b075ea8345e5318b125;p=candle diff --git a/candle.asd b/candle.asd index 0dbb24c..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") (: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")))