X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql.asd;h=46b26e6c7e556f47ce4114b293efe382afe6cca9;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hp=ae45873a09f4aaee494e13c523cb40d9c5d19787;hpb=1776004eedb08c52fe909be73a9d34900808e172;p=clsql.git diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index ae45873..46b26e6 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.1 2002/08/18 02:57:50 kevin Exp $ +;;;; $Id: clsql-postgresql.asd,v 1.5 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,8 +20,9 @@ (in-package :asdf) (defsystem clsql-postgresql - :default-component-class clsql-cl-source-file - :pathname "cl-library:clsql-postgresql;" + :pathname #.(format nil "~A:clsql-postgresql;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package")) (:file "postgresql-api" :depends-on ("postgresql-loader")) @@ -29,3 +30,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") +