X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=9e17055ffeb2bcc5fa8eee15e4e28f7f2c249d31;hb=9f51f67ab4f038fef0cc9f84bb9db2f4072d8a9e;hp=99a527c700f6aed4a0429aaccbd162891c1c6609;hpb=1776004eedb08c52fe909be73a9d34900808e172;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 99a527c..9e17055 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.1 2002/08/18 02:57:50 kevin Exp $ +;;;; $Id: clsql-mysql.asd,v 1.5 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,8 +23,9 @@ ;;; System definition (defsystem clsql-mysql - :default-component-class clsql-cl-source-file - :pathname "cl-library:clsql-mysql;" + :pathname #.(format nil "~A:clsql-mysql;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :components ((:file "mysql-package") (:file "mysql-loader" :depends-on ("mysql-package")) (:file "mysql-api" :depends-on ("mysql-loader")) @@ -33,6 +34,7 @@ :depends-on (:uffi :clsql-base :clsql-uffi)) - - +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-mysql)))) + "cl")