X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=f559e29334bcaa412e4e31eab803284d4ff35297;hp=258b4c53d7ad6a5e7795bdba93e159bc52b704a0;hb=cf40a72efe98c7a0b5cafba7c3c854879fcfeef2;hpb=e88f4b88a8ddb0a1395e3c0a6ae3e4f269d0b84a diff --git a/kmrcl.asd b/kmrcl.asd index 258b4c5..f559e29 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.6 2002/10/12 19:04:15 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.7 2002/10/13 17:39:50 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -37,6 +37,7 @@ (:file "web-utils" :depends-on ("package")) (:file "xml-utils" :depends-on ("package")) #+(or allegro lispworks cmu) (:file "ml-class" :depends-on ("strings" "genutils")) + (:file "ml" :depends-on ("strings" "genutils")) #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils")) ) )