X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.system;h=9b1cabd1a6a0cb8b8fe6bfd1bbbfd526f90c4807;hb=851ee8dc558ef6de041fcb70c4160034c19d62fb;hp=d96a0f555fa1ec1095bb48262ced3a7947dbcafa;hpb=9a78eef71c902d3b272fb7c777bff6dd0acd8a2b;p=clsql.git diff --git a/clsql-postgresql.system b/clsql-postgresql.system index d96a0f5..9b1cabd 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.5 2002/04/01 05:27:55 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -27,8 +27,9 @@ :components ((:file "postgresql-package") (: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) + (:file "postgresql-sql" :depends-on ("postgresql-api")) + (:file "postgresql-usql" :depends-on ("postgresql-sql"))) + :depends-on (:uffi :clsql :clsql-uffi) :finally-do (when (clsql-sys:database-type-library-loaded :postgresql) (clsql-sys:initialize-database-type :database-type :postgresql)