X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql-socket.asd;h=ca43518c72930975c67197c1dd209562526f5d8f;hp=5e07926ffeac45997a0f945806d0a2101774e219;hb=ef790603600edc88958389d269922b1f379781e1;hpb=9f6b242d508ed11519a1e48f360bc59842e39112 diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 5e07926..ca43518 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.4 2002/09/06 10:26:17 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,7 +22,6 @@ ;;; System definition (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" @@ -30,3 +29,8 @@ (:file "postgresql-socket-sql" :depends-on ("postgresql-socket-api"))) :depends-on (:clsql-base :uffi)) + +(defmethod source-file-type ((c cl-source-file) + (s (eql (find-system 'clsql-postgresql-socket)))) + "cl") +