X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.system;h=dbcb4818393ee500169784d46e16014792ea9cb4;hb=9a9d62f2f8697ade885e079619ee3992ea800348;hp=98467af22ddb21758e01c961d6f41fbaa8bc663e;hpb=8213ff48f5362c3d4792444c929f50bd128bd044;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 98467af..dbcb481 100644 --- a/clsql-postgresql-socket.system +++ b/clsql-postgresql-socket.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.system,v 1.1 2002/03/23 14:04:49 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.system,v 1.4 2002/04/01 05:27:55 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -26,8 +26,11 @@ :source-extension "cl" :binary-pathname "CLSQL:interfaces;postgresql-socket;bin;" :components ((:file "postgresql-socket-package") - (:file "postgresql-socket-uffi" + (:file "postgresql-socket-api" :depends-on ("postgresql-socket-package")) (:file "postgresql-socket-sql" - :depends-on ("postgresql-socket-uffi"))) - :depends-on (:clsql)) + :depends-on ("postgresql-socket-api"))) + :depends-on (:clsql) + :finally-do + (when (clsql-sys:database-type-library-loaded :postgresql-socket) + (clsql-sys:initialize-database-type :database-type :postgresql-socket)))