chiark / gitweb /
zone.lisp: Support for SSHFP records.
[zone] / zone.asd
index b49cc79523ec069aa54fc9ef51d5e786ceee0996..32cd09a936fc91cdc409a2ebdccfcdf8cd85265f 100644 (file)
--- a/zone.asd
+++ b/zone.asd
@@ -4,8 +4,11 @@
   :description "Generation of DNS zone files"
   :version "1.0.0"
   :author "Mark Wooding <mdw@distorted.org.uk>"
-  :depends-on ("mdw")
-  :components ((:file "net")
+  :depends-on ("mdw" #+ecl "cffi" #+sbcl "sb-bsd-sockets")
+  :components ((:file "net-package")
+              (:file "sys")
+              (:file "net")
+              (:file "serv")
               (:file "zone")
               (:file "frontend"))
   :serial t)