X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.system;h=9efc2ad8a038b8a3d22a92c4847af72aac370fcf;hp=aa1356e845630af6d5fffe26c89c71b098d3832d;hb=9f3761f57371f7d347e25d635735dcbf536e652c;hpb=cdd84f18473361ae5220666bbe0526fa565bc060 diff --git a/clsql.system b/clsql.system index aa1356e..9efc2ad 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.14 2002/05/15 17:19:42 kevin Exp $ +;;;; $Id: clsql.system,v 1.15 2002/05/27 17:19:30 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,7 +31,8 @@ :source-pathname "CL-LIBRARY:clsql;sql;" :source-extension "cl" :binary-pathname "CL-LIBRARY:clsql;sql;bin;" - :components ((:file "pool") + :components ((:file "package") + (:file "pool" :depends-on ("package")) (:file "loop-extension") (:file "sql" :depends-on ("pool")) (:file "transactions" :depends-on ("sql"))