r10305: Automated commit for Debian build of lml2 upstream-version-1.5.3
[lml2.git] / lml2.asd
index bfb45206cce6855a062ce9ed73656099b07e8a97..9d95bdeb3492ebd5493c77907c474cb13f566494 100644 (file)
--- a/lml2.asd
+++ b/lml2.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml2.asd,v 1.3 2003/07/15 19:25:28 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -28,6 +28,8 @@
   :licence "GNU General Public License"
   :description "Lisp Markup Language"
   :long-description "LML2 provides creation of XHTML for Lisp programs."
+
+  :depends-on (kmrcl)
   
   :components
   ((:file "package")
@@ -39,6 +41,7 @@
    #+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))))