X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=candle.asd;h=0dbb24c8319cb9347512a175fefcb9f707035c84;hp=7ffb165ff7cc21eaa7fadb3a635550cb330afcf1;hb=8bdc35f07f4763917d2d0e306b20e65b00a3c606;hpb=45649dd09c4d8294cfab3277a1c46f6e6ee1df6c diff --git a/candle.asd b/candle.asd index 7ffb165..0dbb24c 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 "run")) + :depends-on (:herbie-utility :opera))