X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.system;h=2701c368d1d6c244c53b8a3247f7e802e8eada8b;hb=225df4af8fb41057b7a0e80c3cf1912880ca620b;hp=98467af22ddb21758e01c961d6f41fbaa8bc663e;hpb=8213ff48f5362c3d4792444c929f50bd128bd044;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 98467af..2701c36 100644 --- a/clsql-postgresql-socket.system +++ b/clsql-postgresql-socket.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.system,v 1.1 2002/03/23 14:04:49 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.system,v 1.2 2002/03/23 17:10:47 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -26,8 +26,8 @@ :source-extension "cl" :binary-pathname "CLSQL:interfaces;postgresql-socket;bin;" :components ((:file "postgresql-socket-package") - (:file "postgresql-socket-uffi" + (:file "postgresql-socket-api" :depends-on ("postgresql-socket-package")) (:file "postgresql-socket-sql" - :depends-on ("postgresql-socket-uffi"))) + :depends-on ("postgresql-socket-api"))) :depends-on (:clsql))