X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/58a9509014d2d133b91e96c7956957f82bc000a4..ad303446f43c0029e989a8a3d17c4936965d2c43:/src/sod.asd.in?ds=sidebyside diff --git a/src/sod.asd.in b/src/sod.asd.in index d710fb1..2cb2e8e 100644 --- a/src/sod.asd.in +++ b/src/sod.asd.in @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible Object Design, an object system for C. ;;; ;;; SOD is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -115,7 +115,7 @@ ("c-types-proto" "c-types-class-impl" "fragment-parse")) ;; Property set protocol. - (:file "pset-proto" :depends-on ("package")) + (:file "pset-proto" :depends-on ("package" "c-types-proto")) (:file "pset-impl" :depends-on ("pset-proto")) (:file "pset-parse" :depends-on ("pset-proto" "lexer-proto"))