X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-postgresql.system;h=940f8f05c0a17d355d92b7c755e6074110750b9a;hp=255163362220d5d0bd2affeae7ab77c3ce487079;hb=6141152b9819fc7fc9fed8eaf60d5aaa461f8463;hpb=42a951e9f7152e7c145958f4dfed41d4e865c9fd diff --git a/clsql-postgresql.system b/clsql-postgresql.system index 2551633..940f8f0 100644 --- a/clsql-postgresql.system +++ b/clsql-postgresql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql.system,v 1.9 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-postgresql.system,v 1.10 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,7 +20,7 @@ (in-package :make) (defsystem :clsql-postgresql - :source-pathname "cl-library:clsql;interfaces;postgresql;" + :source-pathname "cl-library:clsql-postgresql;" :source-extension "cl" :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package"))