X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=2842c944c411cdc94384ccd8563d280a95b8f6d6;hp=6bd2b9b414f96c729cae509829c9850cd25f1849;hb=61fd5f068d2a5dc42c88731d672730ba6aa9a9ea;hpb=967266c94b00f91e5967b8330fe2b9134b0c0447 diff --git a/clsql.asd b/clsql.asd index 6bd2b9b..2842c94 100644 --- a/clsql.asd +++ b/clsql.asd @@ -40,9 +40,9 @@ a functional and an object oriented interface." (:module :core :pathname "" :components ((:file "generics") - (:file "classes") + (:file "classes" :depends-on ("generics")) (:file "operations" :depends-on ("classes")) - (:file "syntax")) + (:file "syntax" :depends-on ("operations"))) :depends-on (:package)) (:module :functional :pathname ""