X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=2%2Flml2.asd;h=d40d7fdcb0b38a483e8643c8c5f6b12fac2aefc8;hp=f72c08b3d21269d1370df2fc589337f6f4e54bf9;hb=db645c41bbe9918d7b3f7b2b4967b0c4fcedee94;hpb=4ac92d423163d88b24caedd2ad0af0c84324d775 diff --git a/2/lml2.asd b/2/lml2.asd index f72c08b..d40d7fd 100644 --- a/2/lml2.asd +++ b/2/lml2.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml2.asd,v 1.2 2003/06/20 04:14:20 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,15 +31,15 @@ :components ((:file "package") - (:file "ifstar" :depends-on ("package")) (:file "data" :depends-on ("package")) - (:file "htmlgen" :depends-on ("ifstar" "data")) + (:file "htmlgen" :depends-on ("data")) (:file "utils" :depends-on ("package")) (:file "files" :depends-on ("utils" "htmlgen")) (:file "base" :depends-on ("files")) #+ignore (:file "read-macro" :depends-on ("base")) (:file "stdsite" :depends-on ("base")) (:file "downloads" :depends-on ("base")) + (:file "apache-dir" :depends-on ("base")) )) (defmethod perform ((o test-op) (c (eql (find-system 'lml2))))