X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/9468000c436d725e6569d0bfe36dccd308b04de2..259726f3c3f1d40c56b0d24c370fca4290f49e06:/src/sod.asd diff --git a/src/sod.asd b/src/sod.asd index 3de24eb..aae3be1 100644 --- a/src/sod.asd +++ b/src/sod.asd @@ -34,7 +34,7 @@ (defsystem sod ;; Boring copyright stuff. - :version "0.1.0" + :version "0.2.0" :author "Mark Wooding" :license "GNU General Public License, version 2 or later" @@ -158,6 +158,7 @@ ;; Method generation. (:file "method-proto" :depends-on ("class-make-proto")) (:file "method-impl" :depends-on ("method-proto")) + (:file "method-aggregate" :depends-on ("method-impl")) ;; Class output. (:file "class-output" :depends-on