X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-oracle.asd;h=8cace754e6f45e579d260e2f5b0fe314fcdb3156;hp=922772111e6e202995e695bea6d72797fa2dec7c;hb=2434b58ef00a7f6c5915c86b25a891c4adda79e4;hpb=31d1a78ee915ae4db7c042b7e5cb1ab7b5a73448 diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 9227721..8cace75 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.6 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.7 2002/09/18 07:50:01 kevin Exp $ (in-package :asdf) @@ -9,7 +9,7 @@ (defsystem :clsql-oracle :components - ((:module :clsql-oracle + ((:module :db-oracle :components ((:file "oracle-package") (:file "oracle-loader" :depends-on ("oracle-package")) @@ -21,7 +21,7 @@ :depends-on (:clsql-base)) (defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-oracle)))) + (s (eql (find-system :clsql-oracle)))) "cl")