X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.system;h=ef655b8411afdd386f4c9b80b679bf7d000b956e;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hp=055927d1fb9fc97add0315d8fa4d3e39223af0dd;hpb=9f6b242d508ed11519a1e48f360bc59842e39112;p=clsql.git diff --git a/clsql.system b/clsql.system index 055927d..ef655b8 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.19 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql.system,v 1.20 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,7 +28,9 @@ ;;; System definitions (defsystem :clsql - :source-pathname #.(format nil "~A:clsql;" +clsql-logical-host+) + :source-pathname #.(format nil "~A:clsql;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :source-extension "cl" :components ((:file "package") (:file "pool" :depends-on ("package"))