r2572: Auto commit for Debian build
[clsql.git] / clsql-oracle.asd
index 63f48c8e8aae2d3cf3b6c065a60db81468cbceec..b6947925d8d86e1205324145de1a94659a09bfc2 100644 (file)
@@ -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")
+