X-Git-Url: https://git.distorted.org.uk/~mdw/zone/blobdiff_plain/d41530734b268fb5396c5bf9b39f141408922026..716105aa3a725242d5fac82bab8db82e0bb46995:/zone.asd diff --git a/zone.asd b/zone.asd index b49cc79..e16cef7 100644 --- a/zone.asd +++ b/zone.asd @@ -4,8 +4,9 @@ :description "Generation of DNS zone files" :version "1.0.0" :author "Mark Wooding " - :depends-on ("mdw") + :depends-on ("mdw" #+ecl "cffi") :components ((:file "net") + (:file "serv") (:file "zone") (:file "frontend")) :serial t)