Handle shutdown gracefully
[candle] / candle.asd
index 0dbb24c8319cb9347512a175fefcb9f707035c84..30a6da37d1c87f76a6b402ca7b8d8cd6d67cfc31 100644 (file)
@@ -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")))