src/method-aggregate.lisp: Give aggregating combinations their own file.
[sod] / src / sod.asd
index 3de24eb..0504ce4 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