r5259: *** empty log message ***
[kmrcl.git] / kmrcl.asd
index 90afbe68a30791f1d25ef5a4599214ce79158006..29d0060ff555a91035427babb9575937e6627dd9 100644 (file)
--- 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
 ;;;;
      #+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)