X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql-socket.asd;fp=clsql-postgresql-socket.asd;h=96e9d30e054fb96d1e2ea83edecf25642ef263e8;hp=7c80ab295f568aed300b70bf52108bff9513d1c4;hb=2434b58ef00a7f6c5915c86b25a891c4adda79e4;hpb=c747f26daf759c260968928d125b2750894d4217 diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 7c80ab2..96e9d30 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.6 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.asd,v 1.7 2002/09/18 07:50:01 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,7 +23,7 @@ (defsystem clsql-postgresql-socket :components - ((:module :clsql-postgresql-socket + ((:module :db-postgresql-socket :components ((:file "postgresql-socket-package") (:file "postgresql-socket-api" @@ -33,6 +33,6 @@ :depends-on (:clsql-base :uffi)) (defmethod source-file-type ((c cl-source-file) - (s (eql (find-system 'clsql-postgresql-socket)))) + (s (eql (find-system :clsql-postgresql-socket)))) "cl")