X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.asd;h=21f6725aa66d912bebd4a15693f870d5cdfc9a22;hp=2245d9cb9c2371be5044babf4a1e25218d5cdb50;hb=ef790603600edc88958389d269922b1f379781e1;hpb=9f6b242d508ed11519a1e48f360bc59842e39112 diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index 2245d9c..21f6725 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.4 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,7 +20,6 @@ (in-package :asdf) (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")) @@ -29,3 +28,8 @@ (:file "postgresql-usql" :depends-on ("postgresql-sql"))) :depends-on (:uffi :clsql-base :clsql-uffi)) + +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-postgresql)))) + "cl") +