X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/d41530734b268fb5396c5bf9b39f141408922026..5b67c26c19041f70f0728345f09d58cc9d1925b8:/zone.asd diff --git a/zone.asd b/zone.asd index b49cc79..b0544a1 100644 --- a/zone.asd +++ b/zone.asd @@ -4,8 +4,13 @@ :description "Generation of DNS zone files" :version "1.0.0" :author "Mark Wooding " - :depends-on ("mdw") - :components ((:file "net") + :depends-on ("mdw" #+ecl "cffi" #+sbcl "sb-bsd-sockets") + :components ((:file "net-package") + (:file "sys") + (:file "net") + (:file "addr-family-ipv4") + (:file "addr-family-ipv6") + (:file "serv") (:file "zone") (:file "frontend")) :serial t)