X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.system;h=197b289023ecb9c26e708263fe414aab98095c33;hb=865598033baf78cf3ba9da36a031a85eb18849e0;hp=1c7d0163a5a533bef7a3f5bf5a7ecf149d5830f7;hpb=4366b6025c026f6f0598daa03849ff86a602fbd9;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 1c7d016..197b289 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.5 2002/05/12 23:31:51 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.system,v 1.6 2002/05/13 00:45:10 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,15 +22,15 @@ ;;; System definition (defsystem :clsql-postgresql-socket - :source-pathname "CLSQL:interfaces;postgresql-socket;" + :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql-socket;" :source-extension "cl" - :binary-pathname "CLSQL:interfaces;postgresql-socket;bin;" + :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql-socket;bin;" :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 :uffi) + :depends-on (:clsql-base :uffi) :finally-do (when (clsql-sys:database-type-library-loaded :postgresql-socket) (clsql-sys:initialize-database-type :database-type :postgresql-socket)))