X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql-socket.asd;h=ca43518c72930975c67197c1dd209562526f5d8f;hp=7faa04bbac26ad3ce6375a8abf7fa14d13f56774;hb=ef790603600edc88958389d269922b1f379781e1;hpb=31e110c6d17b31e9978b61dcf64c13ba509182eb diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 7faa04b..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.3 2002/09/01 09:00:15 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 ;;;; @@ -21,10 +21,6 @@ ;;; System definition -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-postgresql-socket)))) - "cl") - (defsystem clsql-postgresql-socket :pathname #.(format nil "~A:clsql-postgresql-socket;" +clsql-logical-host+) :components ((:file "postgresql-socket-package") @@ -33,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") +