X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=5216a5e6253e6bf0b15669b82ad9fa75bdcd957e;hb=4c49ef7c0cc245ccd21f1162cfa8d1f95b6f8512;hp=5ebe2a9eec26d90e15db9b81ee7b99935be3b6ac;hpb=30b4f8d91af2bb031e8d4ef7d5a38492739de2bf;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 5ebe2a9..5216a5e 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.3 2002/10/10 16:23:48 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.4 2002/10/11 23:51:33 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -34,7 +34,7 @@ (:file "web-utils" :depends-on ("package")) (:file "xml-utils" :depends-on ("package")) - #+(or allegro lispworks) (:file "ml-class" :depends-on ("package")) + #+(or allegro lispworks cmu) (:file "ml-class" :depends-on ("package")) #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("package")) ) )