chiark / gitweb /
src/method-aggregate.lisp: Give aggregating combinations their own file.
[sod] / src / sod.asd
index 3de24ebd45be905e7cdfcd3674225b4d16cce8c1..0504ce48f6fa614a1491c459b48c0c50e0a8d355 100644 (file)
    ;; 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