r4147: Auto commit for Debian build
[clsql.git] / clsql.asd
index 74dab7be1ad16242e50a9a33c551f9f24b5f12dd..0db72bf722fd7516e4c99f80c32969f80e9c69ba 100644 (file)
--- a/clsql.asd
+++ b/clsql.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.asd,v 1.10 2002/09/20 01:40:54 kevin Exp $
+;;;; $Id: clsql.asd,v 1.16 2002/11/08 16:51:50 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -18,7 +18,8 @@
 
 (in-package :asdf)
 
-(defsystem clsql
+#+(or allegro lispworks cmu sbcl openmcl mcl scl)
+(defsystem :clsql
   :name "cl-sql"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
   :version "0.9.2"
@@ -41,7 +42,3 @@
             (:file "usql" :depends-on ("sql")))))
   :depends-on (:clsql-base)
   )
-
-(defmethod source-file-type  ((c cl-source-file)
-                             (s (eql (find-system :clsql)))) 
-   "cl")