X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-oracle.asd;h=b6947925d8d86e1205324145de1a94659a09bfc2;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hp=63f48c8e8aae2d3cf3b6c065a60db81468cbceec;hpb=1776004eedb08c52fe909be73a9d34900808e172;p=clsql.git diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 63f48c8..b694792 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,14 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.1 2002/08/18 02:57:50 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.5 2002/09/06 10:56:13 kevin Exp $ (in-package :asdf) ;;; System definition (defsystem :clsql-oracle - :default-component-class clsql-cl-source-file + :pathname #.(format nil "~A:clsql-oracle;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :pathname "cl-library:clsql-oracle" :components ((:file "oracle-package") @@ -21,5 +23,9 @@ :depends-on (:clsql-base)) +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-oracle)))) + "cl") +