r9736: fix bug preventing the :DB-CONSTRAINTS View Class slot option accepting a...
[clsql.git] / clsql-aodbc.asd
index 8372ccce42a45a5324f4e8fe9fa2a302c003259f..84572beb2e0ddc033d0c6c246abb23e7e668dfc8 100644 (file)
   :description "Common Lisp SQL AODBC Driver"
   :long-description "cl-sql-aodbc package provides a database driver to AllegroCL's AODBC database interface."
 
+  :depends-on (clsql)
   :components
     ((:module :db-aodbc
              :components
              ((:file "aodbc-package")
-              (:file "aodbc-sql" :depends-on ("aodbc-package")))))
-    :depends-on (:clsql-base))
+              (:file "aodbc-sql" :depends-on ("aodbc-package"))))))
 
 #-(and allegro (not allegro-cl-trial))
 (defsystem clsql-aodbc)