X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=candle.asd;h=f4675115431dd556394e3acd2546f96ab6d5e65b;hp=7ffb165ff7cc21eaa7fadb3a635550cb330afcf1;hb=3a2cf4eb03820694e101691d8c49e76ed091426c;hpb=45649dd09c4d8294cfab3277a1c46f6e6ee1df6c diff --git a/candle.asd b/candle.asd index 7ffb165..f467511 100644 --- a/candle.asd +++ b/candle.asd @@ -5,5 +5,12 @@ :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 "server") + (:file "cli") + (:file "git") + (:file "processor") + (:file "local") + (:file "run")) + :depends-on (:herbie-utility :opera))