r8987: add mid-level [dbi] interface
[clsql.git] / clsql-odbc.asd
index ae49148c05f35c6dd867e63e5ef6092611834f01..d3e728d12ce709be0d0c2a44a3d9e5defffd2194 100644 (file)
@@ -35,5 +35,6 @@
            ((:file "odbc-package")
             (:file "odbc-loader" :depends-on ("odbc-package"))
             (:file "odbc-api" :depends-on ("odbc-loader"))
-            (:file "odbc-sql" :depends-on ("odbc-api"))))))
+            (:file "odbc-dbi" :depends-on ("odbc-api"))
+            (:file "odbc-sql" :depends-on ("odbc-dbi"))))))