X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=candle.asd;h=f4675115431dd556394e3acd2546f96ab6d5e65b;hb=60ff10e07aacdca433315c1115cbfed21cc44bfe;hp=55de87568555b846f55afadd265b0494eabbe7dd;hpb=045fd57002ac344e635f76cc18120d7d63106a00;p=candle diff --git a/candle.asd b/candle.asd index 55de875..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") (:file "cli") (:file "git") (:file "run")) + :components ((:file "package") + (:file "base") + (:file "server") + (:file "cli") + (:file "git") + (:file "processor") + (:file "local") + (:file "run")) :depends-on (:herbie-utility :opera))