X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;h=9cc76b7c28786401880e1b8e7f097591ce4429be;hb=d302d2db4f7ff7a31bce893e31aecbc2a84a162f;hp=82e6d53eac446625ecf936f8555a36c38c01c940;hpb=70bb533caf487a64e186513583954681abf64f33;p=clsql.git diff --git a/clsql.system b/clsql.system index 82e6d53..9cc76b7 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.6 2002/04/27 20:58:11 kevin Exp $ +;;;; $Id: clsql.system,v 1.7 2002/04/27 21:48:08 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -42,6 +42,7 @@ (:file "db-interface" :depends-on ("conditions")) (:file "pool" :depends-on ("db-interface")) (:file "sql" :depends-on ("pool")) + (:file "transactions" :depends-on ("sql")) (:file "utils" :depends-on ("package")) (:file "functional" :depends-on ("sql")) (:file "usql" :depends-on ("sql")))