X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-sqlite.asd;h=a8538dc2b1757a2987465c6f8111617e75cecfc2;hp=6a82c6c3e09cdf43e63d338bb7454be3a901b979;hb=906d7a71b35ee1cd6d281623694bc90ced22c339;hpb=e7359cb3f285d3a53b768b13484caf11bc6f47b1 diff --git a/clsql-sqlite.asd b/clsql-sqlite.asd index 6a82c6c..a8538dc 100644 --- a/clsql-sqlite.asd +++ b/clsql-sqlite.asd @@ -7,8 +7,6 @@ ;;;; Programmer: Aurelio Bignoli ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2003 by Aurelio Bignoli ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -28,14 +26,11 @@ :long-description "cl-sql-sqlite package provides a database driver to SQLite database library." - :depends-on (clsql-base #-clisp clsql-uffi) + :depends-on (clsql clsql-uffi) :components ((:module :db-sqlite :components ((:file "sqlite-package") (:file "sqlite-loader" :depends-on ("sqlite-package")) - (:file #+clisp "sqlite-api-clisp" - #-clisp "sqlite-api-uffi" - :depends-on ("sqlite-loader")) - (:file "sqlite-sql" :depends-on (#+clisp "sqlite-api-clisp" - #-clisp "sqlite-api-uffi")))))) + (:file "sqlite-api" :depends-on ("sqlite-loader")) + (:file "sqlite-sql" :depends-on ("sqlite-api"))))))