X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=19fe091abd1239d45a0685ac0a7fddaf39817c67;hp=b866b39929c914e7a83e8e4eaf9c1a28256bb9bf;hb=a287b1a6782d53c22fc1807e44aae62fb7094bc5;hpb=32a02979816f6bf742c6b54b4c7eb92bd8ad82c2 diff --git a/kmrcl.asd b/kmrcl.asd index b866b39..19fe091 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.30 2003/06/06 21:59:29 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.31 2003/06/12 02:38:39 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -48,7 +48,7 @@ #+kmr-mop (:file "mop" :depends-on ("macros")) #+kmr-mop (:file "attrib-class" :depends-on ("seqs" "mop")) (:file "equal" :depends-on ("macros" #+kmr-mop "mop")) - (:file "web-utils" :depends-on ("macros")) + (:file "web-utils" :depends-on ("macros" "strings")) (:file "xml-utils" :depends-on ("macros"))) )