X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.system;fp=clsql-postgresql.system;h=64874cb2c11e76d9f9dcd5306c02ff52fe35bc11;hb=f1930020ce73039b8627af801722c28afff5d31d;hp=d96a0f555fa1ec1095bb48262ced3a7947dbcafa;hpb=35a6150bba27d78ccc452aa1c0fc0701def46be2;p=clsql.git diff --git a/clsql-postgresql.system b/clsql-postgresql.system index d96a0f5..64874cb 100644 --- a/clsql-postgresql.system +++ b/clsql-postgresql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql.system,v 1.3 2002/03/24 04:01:26 kevin Exp $ +;;;; $Id: clsql-postgresql.system,v 1.4 2002/03/27 08:09:25 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,7 +28,7 @@ (:file "postgresql-loader" :depends-on ("postgresql-package")) (:file "postgresql-api" :depends-on ("postgresql-loader")) (:file "postgresql-sql" :depends-on ("postgresql-api"))) - :depends-on (:uffi :clsql) + :depends-on (:uffi :clsql :clsql-uffi) :finally-do (when (clsql-sys:database-type-library-loaded :postgresql) (clsql-sys:initialize-database-type :database-type :postgresql)