X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/d41530734b268fb5396c5bf9b39f141408922026..db43369d61d700b1d0100998a2d9ecefe28ff8d4:/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)