X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql-socket.asd;h=7faa04bbac26ad3ce6375a8abf7fa14d13f56774;hp=5e07926ffeac45997a0f945806d0a2101774e219;hb=31e110c6d17b31e9978b61dcf64c13ba509182eb;hpb=252de16be03c42c500e44e712cff6082147470b1 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"