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