X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.asd;h=7faa04bbac26ad3ce6375a8abf7fa14d13f56774;hb=ab0ef7b1aa60254024d4e2a4bd9d33ed42f475be;hp=5e07926ffeac45997a0f945806d0a2101774e219;hpb=9f6b242d508ed11519a1e48f360bc59842e39112;p=clsql.git diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 5e07926..7faa04b 100644 --- a/clsql-postgresql-socket.asd +++ b/clsql-postgresql-socket.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.asd,v 1.2 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.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 ;;;; @@ -21,8 +21,11 @@ ;;; System definition +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-postgresql-socket)))) + "cl") + (defsystem clsql-postgresql-socket - :default-component-class clsql-cl-source-file :pathname #.(format nil "~A:clsql-postgresql-socket;" +clsql-logical-host+) :components ((:file "postgresql-socket-package") (:file "postgresql-socket-api"