X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.system;h=cd9e0385dc5675cb0eab0747b472532614d93efa;hb=6b94f9667781589b9989602981d81413509319a5;hp=1c7d0163a5a533bef7a3f5bf5a7ecf149d5830f7;hpb=4366b6025c026f6f0598daa03849ff86a602fbd9;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 1c7d016..cd9e038 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.5 2002/05/12 23:31:51 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.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 ;;;; @@ -22,15 +22,11 @@ ;;; System definition (defsystem :clsql-postgresql-socket - :source-pathname "CLSQL:interfaces;postgresql-socket;" + :source-pathname "cl-library:clsql-postgresql-socket;" :source-extension "cl" - :binary-pathname "CLSQL:interfaces;postgresql-socket;bin;" :components ((:file "postgresql-socket-package") (:file "postgresql-socket-api" :depends-on ("postgresql-socket-package")) (:file "postgresql-socket-sql" :depends-on ("postgresql-socket-api"))) - :depends-on (:clsql :uffi) - :finally-do - (when (clsql-sys:database-type-library-loaded :postgresql-socket) - (clsql-sys:initialize-database-type :database-type :postgresql-socket))) + :depends-on (:clsql-base :uffi))