X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=feb6d29377dddc75d4729fdfff6684563ca36371;hb=23a18b1c1462471880998b4c57dba338edd7b423;hp=4fcd4eb1a5c6514b3d05df8297155b5dc7406770;hpb=b31836193ceb646fa6e4fd7761dff378a9c67385;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 4fcd4eb..feb6d29 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -29,14 +29,14 @@ (probe-file #p"/usr/lib/clsql/uffi.so") (probe-file (make-pathname :directory *asd-file-dir* - :name "uffi" + :name "db-mysql" :type "so"))))) (if searched (list searched) (list (merge-pathnames (make-pathname :name (component-name c) :type "so" - :directory '(:relative "tests")) + :directory '(:relative "db-mysql")) (make-pathname :directory *asd-file-dir*)))))) (defmethod perform ((o load-op) (c clsql-mysql-source-file)) @@ -49,7 +49,7 @@ (make-pathname :name nil :type nil - :directory '(:relative "uffi")) + :directory '(:relative "db-mysql")) (make-pathname :directory *asd-file-dir*))))) (error 'operation-error :component c :operation o)))