r2572: Auto commit for Debian build
[clsql.git] / clsql-postgresql.asd
index ae45873a09f4aaee494e13c523cb40d9c5d19787..46b26e6c7e556f47ce4114b293efe382afe6cca9 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql.asd,v 1.1 2002/08/18 02:57:50 kevin Exp $\r
+;;;; $Id: clsql-postgresql.asd,v 1.5 2002/09/06 10:56:13 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -20,8 +20,9 @@
 (in-package :asdf)\r
 \r
 (defsystem clsql-postgresql\r
-    :default-component-class clsql-cl-source-file\r
-    :pathname "cl-library:clsql-postgresql;"\r
+    :pathname #.(format nil "~A:clsql-postgresql;"\r
+                       #+common-lisp-controller "cl-library"\r
+                       #-common-lisp-controller "clsql")\r
     :components ((:file "postgresql-package")\r
                 (:file "postgresql-loader" :depends-on ("postgresql-package"))\r
                 (:file "postgresql-api" :depends-on ("postgresql-loader"))\r
@@ -29,3 +30,8 @@
                 (:file "postgresql-usql" :depends-on ("postgresql-sql")))\r
     :depends-on (:uffi :clsql-base :clsql-uffi))\r
 \r
+\r
+(defmethod source-file-type  ((c cl-source-file)\r
+                             (s (eql (find-system 'clsql-postgresql)))) \r
+   "cl")\r
+\r