r3729: *** empty log message ***
[lml.git] / lml.asd
diff --git a/lml.asd b/lml.asd
index 0e5c4b5ae7178406b9338e3990c4a6afb9c2c3c0..6efe3393b29ca03162ed6ac0269fd3c3ccac766c 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.9 2002/09/20 06:37:38 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
 ;;;;
   ((: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"))
    ))
 
-(defmethod source-file-type  ((c cl-source-file) (s (eql (find-system 'lml)))) 
-   "cl")
-
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :lml))))
-    (pushnew :lml cl:*features*)))