r2984: *** empty log message ***
[kmrcl.git] / kmrcl.asd
index f7d44a34fc693b371b68f88bb30b23a6ef442854..258b4c53d7ad6a5e7795bdba93e159bc52b704a0 100644 (file)
--- a/kmrcl.asd
+++ b/kmrcl.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: kmrcl.asd,v 1.5 2002/10/12 06:10:17 kevin Exp $
+;;;; $Id: kmrcl.asd,v 1.6 2002/10/12 19:04:15 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -36,8 +36,8 @@
      
      (:file "web-utils" :depends-on ("package"))
      (:file "xml-utils" :depends-on ("package"))
-     #+(or allegro lispworks cmu) (:file "ml-class" :depends-on ("package"))
-     #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("package"))
+     #+(or allegro lispworks cmu) (:file "ml-class" :depends-on ("strings" "genutils"))
+     #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils"))
      )
     )