X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-oracle.asd;h=5d754667fe7b9209ee4b8350f3b89f82b18de868;hp=2154b25f30c60420dc1e9a3ae08459fca42b5f4b;hb=ef790603600edc88958389d269922b1f379781e1;hpb=9f6b242d508ed11519a1e48f360bc59842e39112 diff --git a/clsql-oracle.asd b/clsql-oracle.asd index 2154b25..5d75466 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,14 +1,13 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.2 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.4 2002/09/06 10:26:17 kevin Exp $ (in-package :asdf) ;;; System definition (defsystem :clsql-oracle - :default-component-class clsql-cl-source-file :pathname #.(format nil "~A:clsql-oracle;" +clsql-logical-host+) :pathname "cl-library:clsql-oracle" :components @@ -23,4 +22,9 @@ +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-oracle)))) + "cl") + +