X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.system;h=940f8f05c0a17d355d92b7c755e6074110750b9a;hb=487cdc827a06b7c99b084ed1b9b9a2278e0568d3;hp=d84a1021e6a267cc9cc2809195d53001a3353580;hpb=a64de0e661a3fa56b572320c2c68abb0c658f2b2;p=clsql.git diff --git a/clsql-postgresql.system b/clsql-postgresql.system index d84a102..940f8f0 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.6 2002/05/13 00:45:10 kevin Exp $ +;;;; $Id: clsql-postgresql.system,v 1.10 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,18 +20,12 @@ (in-package :make) (defsystem :clsql-postgresql - :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql;" - :source-extension "cl" - :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql;bin;" + :source-pathname "cl-library:clsql-postgresql;" :source-extension "cl" :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")) (:file "postgresql-usql" :depends-on ("postgresql-sql"))) - :depends-on (:uffi :clsql-base :clsql-uffi) - :finally-do - (when (clsql-sys:database-type-library-loaded :postgresql) - (clsql-sys:initialize-database-type :database-type :postgresql) - (pushnew :postgresql cl:*features*))) + :depends-on (:uffi :clsql-base :clsql-uffi))