X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=candle.asd;h=55de87568555b846f55afadd265b0494eabbe7dd;hp=7ffb165ff7cc21eaa7fadb3a635550cb330afcf1;hb=466f798b43a50f1febcab5518d8c8e1983ff9f3a;hpb=45649dd09c4d8294cfab3277a1c46f6e6ee1df6c diff --git a/candle.asd b/candle.asd index 7ffb165..55de875 100644 --- a/candle.asd +++ b/candle.asd @@ -5,5 +5,5 @@ :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 "run")) + :depends-on (:herbie-utility :opera))