r5468: *** empty log message ***
[wol.git] / wol.asd
diff --git a/wol.asd b/wol.asd
index 7adb3ef9ec3d60bac560e56c1cc7d40538383d1a..241638b03ac6784913216908acac911472290f06 100644 (file)
--- a/wol.asd
+++ b/wol.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  July 2003
 ;;;;
-;;;; $Id: wol.asd,v 1.3 2003/07/18 21:34:18 kevin Exp $
+;;;; $Id: wol.asd,v 1.5 2003/08/05 23:00:28 kevin Exp $
 ;;;;
 ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
@@ -26,7 +26,7 @@
 (in-package #:wol-system)
 
 (defsystem wol
-    :depends-on (:kmrcl :modlisp :lml2 :hyperobject :base64
+    :depends-on (:kmrcl :modlisp :lml2 :hyperobject :base64 :puri
                        #-allegro :acl-compat)
     :components
     ((:file "package")
@@ -38,4 +38,5 @@
      (:file "sessions" :depends-on ("classes"))
      (:file "uri" :depends-on ("classes"))
      (:file "log" :depends-on ("classes"))
+     (:file "color-picker" :depends-on ("package"))
      ))