X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.asd;h=d9c24b97651347c7d5c2dc5189a683edf0b24843;hp=2245d9cb9c2371be5044babf4a1e25218d5cdb50;hb=31e110c6d17b31e9978b61dcf64c13ba509182eb;hpb=252de16be03c42c500e44e712cff6082147470b1 diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index 2245d9c..d9c24b9 100644 --- a/clsql-postgresql.asd +++ b/clsql-postgresql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql.asd,v 1.2 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-postgresql.asd,v 1.3 2002/09/01 09:00:15 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,8 +19,11 @@ (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :asdf) +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-postgresql)))) + "cl") + (defsystem clsql-postgresql - :default-component-class clsql-cl-source-file :pathname #.(format nil "~A:clsql-postgresql;" +clsql-logical-host+) :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package"))