X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.asd;h=21f6725aa66d912bebd4a15693f870d5cdfc9a22;hp=d9c24b97651347c7d5c2dc5189a683edf0b24843;hb=ef790603600edc88958389d269922b1f379781e1;hpb=31e110c6d17b31e9978b61dcf64c13ba509182eb diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index d9c24b9..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.3 2002/09/01 09:00:15 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 ;;;; @@ -19,10 +19,6 @@ (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 :pathname #.(format nil "~A:clsql-postgresql;" +clsql-logical-host+) :components ((:file "postgresql-package") @@ -32,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") +