X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/bed8edd7845547609e41bbe9813ec211a5c0db7c..e75eb63d81df077c02c6c74439fb14a34d4fb93e:/src/sod.asd?ds=sidebyside diff --git a/src/sod.asd b/src/sod.asd index 9ff5d1b..0504ce4 100644 --- a/src/sod.asd +++ b/src/sod.asd @@ -158,11 +158,11 @@ ;; 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 - ("classes" "class-layout-proto" "class-layout-impl" - "method-proto" "method-impl" "output-proto")))) + ("classes" "class-layout-impl" "method-impl" "output-proto")) ;; Debugging and interactive testing. (:file "debug" :depends-on ("builtin" "module-output"))))