r10039: * BUGS: New file. Document suspected SIGPIPE
[clsql.git] / clsql-odbc.asd
index fd7468f013b51d23f40e1427366261aa990be4d2..ca2ec199cccf1ed6359c27e74e1dc778f96d6be5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  April 2004
 ;;;;
-;;;; $Id: clsql-odbc.asd 8850 2004-04-07 16:07:46Z kevin $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 200d42 by Kevin M. Rosenberg
 ;;;;
   :description "Common Lisp SQL ODBC Driver"
   :long-description "cl-sql-odbc package provides a database driver to the ODBC database system."
 
-  :depends-on (uffi clsql-base clsql-uffi clsql-mysql clsql-postgresql)
+  :depends-on (uffi clsql clsql-uffi)
   :components
   ((:module :db-odbc
            :components
            ((:file "odbc-package")
             (:file "odbc-loader" :depends-on ("odbc-package"))
             (:file "odbc-constants" :depends-on ("odbc-loader"))
-            (:file "odbc-ff-interface" :depends-on ("odbc-loader"))
+            (:file "odbc-ff-interface" :depends-on ("odbc-constants"))
             (:file "odbc-api" :depends-on ("odbc-ff-interface" "odbc-constants"))
             (:file "odbc-dbi" :depends-on ("odbc-api"))
             (:file "odbc-sql" :depends-on ("odbc-dbi"))))))