X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-mysql.asd;h=6f4acfb18d58c23d72ed74087a5c2a699ec4be59;hp=e8d89a871a6c9ddabd85fd490cd45976b05c7983;hb=56a0b7f90d30e321ca7e95f15dab3c43bd551e3f;hpb=43d8527468398b19462b3198c9079a4b937f43fc diff --git a/clsql-mysql.asd b/clsql-mysql.asd index e8d89a8..6f4acfb 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License @@ -23,9 +21,9 @@ (unless (find-package 'uffi) (asdf:operate 'asdf:load-op 'uffi))) -(defvar *library-file-dir* - (merge-pathnames "db-mysql/" - (make-pathname :name nil :type nil +(defvar *library-file-dir* + (merge-pathnames "db-mysql/" + (make-pathname :name nil :type nil :defaults *load-truename*))) (defclass clsql-mysql-source-file (c-source-file) @@ -80,7 +78,7 @@ :description "Common Lisp SQL MySQL Driver" :long-description "cl-sql-mysql package provides a database driver to the MySQL database system." - :depends-on (uffi clsql clsql-uffi) + :depends-on (clsql clsql-uffi) :components ((:module :db-mysql :components