X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=da12a61d4faac5ae9320fae91e824bd7b8c514d7;hp=153bf6f918ee0705468a386f8c09beace3fe3492;hb=251043d4c96c996a35cd48c4452b03fbef2ea21a;hpb=34155b65860404099c8e178dc7c7db0a919c607a diff --git a/kmrcl.asd b/kmrcl.asd index 153bf6f..da12a61 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; KMRCL users are granted the rights to distribute and use this software @@ -59,6 +57,7 @@ (:file "repl" :depends-on ("listener" "strings")) (:file "os" :depends-on ("macros" "impl")) (:file "signals" :depends-on ("package")) + (:file "btree" :depends-on ("macros")) )) (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl))))