From: Kevin M. Rosenberg Date: Tue, 25 Mar 2003 14:37:29 +0000 (+0000) Subject: r4254: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~201 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=274b6261ede4af1d6c11d702a53574d5bd1f1b40 r4254: Auto commit for Debian build --- diff --git a/hyperobject.asd b/hyperobject.asd index b82cf28..a97641f 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: hyperobject.asd,v 1.16 2002/12/26 23:18:16 kevin Exp $ +;;;; $Id: hyperobject.asd,v 1.17 2003/03/25 14:37:29 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -26,7 +26,7 @@ (:file "connect" :depends-on ("mop")) (:file "sql" :depends-on ("connect")) (:file "views" :depends-on ("mop")) - (:file "base-class" :depends-on ("views")) + (:file "base-class" :depends-on ("views" "sql")) (:file "wrapper" :depends-on ("base-class")) ) :depends-on (:kmrcl :clsql))