X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=hyperobject.asd;h=76cef90447f3fe85e9937b84d6dcb323ef7e132c;hb=da95022a6396191e772e59cd7622c7c5919ce605;hp=08977d7c9e67fd74af30a6f47ec8ae6f69371b77;hpb=ab3efcb8339f5af488db39118a62d8236fa20e35;p=hyperobject.git diff --git a/hyperobject.asd b/hyperobject.asd index 08977d7..76cef90 100644 --- a/hyperobject.asd +++ b/hyperobject.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: hyperobject.asd,v 1.13 2002/12/09 17:37:46 kevin Exp $ +;;;; $Id: hyperobject.asd,v 1.15 2002/12/13 05:44:19 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -26,6 +26,7 @@ (:file "sql" :depends-on ("connect")) (:file "views" :depends-on ("mop")) (:file "base-class" :depends-on ("views")) + (:file "wrapper" :depends-on ("base-class")) ) :depends-on (:kmrcl :clsql))