r4535: Auto commit for Debian build
[lml.git] / lml.asd
diff --git a/lml.asd b/lml.asd
index 63160b481b76f6f7790b4fa0073288ceabd3b366..ec28c2e3bb5c4f67445d1ff9d39a8480bded5256 100644 (file)
--- a/lml.asd
+++ b/lml.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.asd,v 1.13 2003/04/19 03:50:12 kevin Exp $
+;;;; $Id: lml.asd,v 1.14 2003/04/19 03:56:40 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
   :description "Lisp Markup Language"
   :long-description "LML provides creation of XHTML for Lisp programs."
   
-  :depends-on (:lml-base)
-  
   :components
-  ((:file "read-macro"))
-   )
+  ((:file "package")
+   (:file "utils" :depends-on ("package"))
+   (:file "files" :depends-on ("utils"))
+   (:file "base" :depends-on ("files"))
+   (:file "read-macro" :depends-on ("base"))
+   (:file "stdsite" :depends-on ("base"))
+   (:file "downloads" :depends-on ("base"))
+   ))
+