X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.system;h=e4ee7b0a02f29124269f4043de706b55a56af7e0;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hp=8c145f6685e6679dc40750bf08e2bd0c73bf4359;hpb=9f6b242d508ed11519a1e48f360bc59842e39112;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 8c145f6..e4ee7b0 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.11 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.system,v 1.12 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,7 +22,9 @@ ;;; System definition (defsystem :clsql-postgresql-socket - :source-pathname #.(format nil "~A:clsql-postgresql-socket;" +clsql-logical-host+) + :source-pathname #.(format nil "~A:clsql-postgresql-socket;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :source-extension "cl" :components ((:file "postgresql-socket-package") (:file "postgresql-socket-api"