X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=a18db47823a6fda7b5f098a0e56d5dfa048747b7;hb=ab0ef7b1aa60254024d4e2a4bd9d33ed42f475be;hp=b8796dccde1e4b59c36716147e456a430fc365d2;hpb=9f6b242d508ed11519a1e48f360bc59842e39112;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index b8796dc..a18db47 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-mysql.asd,v 1.2 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-mysql.asd,v 1.3 2002/09/01 09:00:14 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,8 +22,11 @@ ;;; System definition +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-mysql)))) + "cl") + (defsystem clsql-mysql - :default-component-class clsql-cl-source-file :pathname #.(format nil "~A:clsql-mysql;" +clsql-logical-host+) :components ((:file "mysql-package") (:file "mysql-loader" :depends-on ("mysql-package"))