X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=83ccb5ae5ec255b51acab40cd201352c7f0a0b4b;hb=8bf1e821e49e22d0e8ae724d00ae1802e69c0056;hp=d3c69b5fb94ffab7f7bd5c53a7341347baaa3cfb;hpb=aab275e8e82b4a4a4af4749d79ca49d2dd596c1c;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index d3c69b5..83ccb5a 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.22 2002/11/25 07:45:36 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.23 2002/12/13 21:59:57 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,6 +23,7 @@ (pushnew :kmrcl cl:*features*)) :components ((:file "package") + (:file "console" :depends-on ("package")) (:file "genutils" :depends-on ("package")) (:file "strings" :depends-on ("package")) (:file "equal" :depends-on ("package"))