X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=29d0060ff555a91035427babb9575937e6627dd9;hb=7a31a7ff629ae760d9c3e3abedf6e03605f83f23;hp=90afbe68a30791f1d25ef5a4599214ce79158006;hpb=a377884abb0f3f36a67d335214bf2936b7c32070;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index 90afbe6..29d0060 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.37 2003/06/25 20:28:08 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.38 2003/07/08 16:11:19 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -50,8 +50,12 @@ #+kmr-mop (:file "attrib-class" :depends-on ("seqs" "mop")) (:file "equal" :depends-on ("macros" #+kmr-mop "mop")) (:file "web-utils" :depends-on ("macros" "strings")) - (:file "xml-utils" :depends-on ("macros"))) - ) + (:file "xml-utils" :depends-on ("macros")) + (:file "sockets" :depends-on ("macros")) + (:file "processes" :depends-on ("macros")) + (:file "listener" :depends-on ("sockets" "processes")) + )) + (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl)))) (operate 'load-op 'kmrcl-tests)