r2284: Autocommit for make-debian
[clsql.git] / clsql-postgresql.system
index d84a1021e6a267cc9cc2809195d53001a3353580..940f8f05c0a17d355d92b7c755e6074110750b9a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Feb 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql.system,v 1.6 2002/05/13 00:45:10 kevin Exp $\r
+;;;; $Id: clsql-postgresql.system,v 1.10 2002/08/01 03:06:26 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
 (in-package :make)\r
 \r
 (defsystem :clsql-postgresql\r
-    :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql;"\r
-    :source-extension "cl"\r
-    :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql;bin;"\r
+    :source-pathname "cl-library:clsql-postgresql;"\r
     :source-extension "cl"\r
     :components ((:file "postgresql-package")\r
                 (:file "postgresql-loader" :depends-on ("postgresql-package"))\r
                 (:file "postgresql-api" :depends-on ("postgresql-loader"))\r
                 (:file "postgresql-sql" :depends-on ("postgresql-api"))\r
                 (:file "postgresql-usql" :depends-on ("postgresql-sql")))\r
-    :depends-on (:uffi :clsql-base :clsql-uffi)\r
-    :finally-do\r
-    (when (clsql-sys:database-type-library-loaded :postgresql)\r
-      (clsql-sys:initialize-database-type :database-type :postgresql)\r
-      (pushnew :postgresql cl:*features*)))\r
+    :depends-on (:uffi :clsql-base :clsql-uffi))\r
 \r