X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=kmrcl.asd;h=cc9809072e3491035c7f38fa9835c98e4e21529f;hb=d78955696cc7e6fa8c50a880085c019f506c8bd9;hp=9a6606d838f088437f15e0f45ce1597e418b9523;hpb=93b0a41567a808a95f8fc07bd7c76cedc5fbfa40;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 9a6606d..cc98090 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.19 2002/11/03 20:10:48 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.20 2002/11/08 06:43:34 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -34,6 +34,7 @@ (:file "telnet-server" :depends-on ("genutils")) (:file "random" :depends-on ("package")) (:file "cl-symbols" :depends-on ("package")) + (:file "math" :depends-on ("package")) #+allegro (:file "attrib-class" :depends-on ("package")) (:file "web-utils" :depends-on ("package")) (:file "xml-utils" :depends-on ("package"))