X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.asd;h=74b631f7bbee265a9d44f7094e4204143489143a;hb=ff1f136e9e966a5dace14a1af628cab14f898808;hp=060dd309cdb3c3b3505b33ccf5816ea66f6f1ac0;hpb=1776004eedb08c52fe909be73a9d34900808e172;p=clsql.git diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 060dd30..74b631f 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.1 2002/08/18 02:57:50 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.asd,v 1.5 2002/09/06 10:56:13 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,11 +22,17 @@ ;;; System definition (defsystem clsql-postgresql-socket - :default-component-class clsql-cl-source-file - :pathname "cl-library:clsql-postgresql-socket;" + :pathname #.(format nil "~A:clsql-postgresql-socket;" + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql") :components ((:file "postgresql-socket-package") (:file "postgresql-socket-api" :depends-on ("postgresql-socket-package")) (: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") +