X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.system;h=cd9e0385dc5675cb0eab0747b472532614d93efa;hb=8656ec59dfa754f759f8f946efe534f0b6734d95;hp=197b289023ecb9c26e708263fe414aab98095c33;hpb=a64de0e661a3fa56b572320c2c68abb0c658f2b2;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 197b289..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.6 2002/05/13 00:45:10 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 "CL-LIBRARY:clsql;interfaces;postgresql-socket;" + :source-pathname "cl-library:clsql-postgresql-socket;" :source-extension "cl" - :binary-pathname "CL-LIBRARY: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-base :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))