r9336: 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
[clsql.git] / clsql-odbc.asd
index 6da2c6ef816d72c0c00f642463c48f4c8f10476b..82b3fbd7fd5482cbc12de9c39868dd9abcc56512 100644 (file)
   :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)
+  :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"))))))