r7061: initial property settings
[kmrcl.git] / kmrcl.asd
index a14a6e36c3b2fc605137c5bdb7d4d62d8f97f961..7e43abc2926f1cbfb7b4c59e874735d5b0f03106 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.43 2003/07/23 22:07:48 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -33,6 +33,7 @@
     :components 
     ((:file "package")
      (:file "ifstar" :depends-on ("package"))
+     (:file "byte-stream" :depends-on ("package"))
      (:file "macros" :depends-on ("package"))
      (:file "functions" :depends-on ("macros"))
      (:file "lists" :depends-on ("macros"))
@@ -58,7 +59,6 @@
      (:file "os" :depends-on ("macros"))
      ))
 
-
 (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl))))
   (operate 'load-op 'kmrcl-tests)
   (operate 'test-op 'kmrcl-tests))