X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;fp=lml.asd;h=43354708da89ff88494cac7389915c8f5dbacaf3;hb=99df1b1ec110a5d304042442c3e8cb8b1d17abe8;hp=2dc78a4516cbb104e20ea3788ad1bb28d9f2d0da;hpb=59c65c75fc020d6faad83ad936d1a7a94a20f8d9;p=lml.git diff --git a/lml.asd b/lml.asd index 2dc78a4..4335470 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.6 2002/09/16 12:37:08 kevin Exp $ +;;;; $Id: lml.asd,v 1.7 2002/09/18 06:55:34 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,14 +19,14 @@ (in-package :asdf) (defsystem :lml - :components - ((: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")) - )) + :components + ((: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")) + )) (defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'lml)))) "cl")