X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;h=981c61d15a8030caef46446311f062b27743d239;hb=00049fd6b7a9dcf2b1303e65439d94d9269977d3;hp=234bb77a54f4991d1e41ca3048a673b94ff6dfb9;hpb=e0f8bc541bf77c162780ea88785c6c4048f4bb5b;p=lml.git diff --git a/lml.asd b/lml.asd index 234bb77..981c61d 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.1 2002/09/16 01:13:49 kevin Exp $ +;;;; $Id: lml.asd,v 1.2 2002/09/16 01:41:16 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,8 +19,7 @@ (in-package :asdf) (defsystem :lml - :default-component-class kmr-cl-source-file - :pathname #.(translate-logical-pathname "KLISP-CVS:lml;") + :pathname "CL-LIBRARY:lml;" :components ((:file "package") (:file "utils" :depends-on ("package")) @@ -28,5 +27,7 @@ (:file "lml" :depends-on ("files")) (:file "stdsite" :depends-on ("lml")) (:file "downloads" :depends-on ("lml")) - (:file "pgsite" :depends-on ("lml")) )) + +(defmethod source-file-type ((c cl-source-file) (s (eql (find-system :lml)))) + "cl")