X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;fp=lml.asd;h=6efe3393b29ca03162ed6ac0269fd3c3ccac766c;hb=9c9a88110167cb4727f04677192fd7afd4c8b00f;hp=030463431cf43aa7466747da1a50d688726efc7f;hpb=5d3d8f5966f44b1103ef7efdbf564fb8f09ae710;p=lml.git diff --git a/lml.asd b/lml.asd index 0304634..6efe339 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.11 2002/11/08 16:51:40 kevin Exp $ +;;;; $Id: lml.asd,v 1.12 2002/12/29 09:10:41 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -34,8 +34,8 @@ ((:file "package") (:file "utils" :depends-on ("package")) (:file "files" :depends-on ("utils")) - (:file "lml" :depends-on ("files")) - (:file "stdsite" :depends-on ("lml")) - (:file "downloads" :depends-on ("lml")) + (:file "base" :depends-on ("files")) + (:file "stdsite" :depends-on ("base")) + (:file "downloads" :depends-on ("base")) ))