X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.system;h=5d4ecea5b3058129f2267c3a9620f07e96246dc6;hp=cbf562923998664d88259495cf55fcedec839b07;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hpb=4e3928e3c78a9953a1de5c5d89241625b38671ff diff --git a/clsql-postgresql.system b/clsql-postgresql.system index cbf5629..5d4ecea 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.11 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-postgresql.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 ;;;; @@ -20,7 +20,9 @@ (in-package :make) (defsystem :clsql-postgresql - :source-pathname #.(format nil "~A:clsql-postgresql;" +clsql-logical-host+) + :source-pathname #.(format nil "~A:clsql-postgresql;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :source-extension "cl" :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package"))