r4147: Auto commit for Debian build
[clsql.git] / clsql-postgresql-socket.asd
index ee844077e4fb4a91d64d2147a346727e5520792a..b8d0a63abf768f37d783bc3fe3f6823dc71d7790 100644 (file)
@@ -2,12 +2,12 @@
 ;;;; *************************************************************************\r
 ;;;; FILE IDENTIFICATION\r
 ;;;;\r
-;;;; Name:          clsql-postgresql.asd\r
+;;;; Name:          clsql-postgresql-socket.asd\r
 ;;;; Purpose:       ASDF file for CLSQL PostgresSQL socket backend\r
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Aug 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql-socket.asd,v 1.9 2002/09/20 06:37:39 kevin Exp $\r
+;;;; $Id: clsql-postgresql-socket.asd,v 1.15 2003/03/02 20:02:02 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -20,6 +20,7 @@
 \r
 ;;; System definition\r
 \r
+#+(or allegro lispworks cmu sbcl openmcl mcl scl)\r
 (defsystem :clsql-postgresql-socket\r
   :name "cl-sql-postgresql-socket"\r
   :author "Kevin M. Rosenberg <kmr@debian.org>"\r
@@ -37,9 +38,4 @@
                    :depends-on ("postgresql-socket-package"))\r
             (:file "postgresql-socket-sql"\r
                    :depends-on ("postgresql-socket-api")))))\r
-  :depends-on (:clsql-base :uffi))\r
-\r
-(defmethod source-file-type  ((c cl-source-file)\r
-                             (s (eql (find-system :clsql-postgresql-socket)))) \r
-   "cl")\r
-\r
+  :depends-on (:clsql-base :uffi :md5))\r