X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=wol.asd;h=241638b03ac6784913216908acac911472290f06;hp=849582a2b9a2cb36ef2ee3561fa8a7782582476a;hb=ad10f85ccddf4cdc4fdabe5bc28622975338d552;hpb=3bffe3c738cf4026f76cd7428c378442e0e4bb2a diff --git a/wol.asd b/wol.asd index 849582a..241638b 100644 --- a/wol.asd +++ b/wol.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: wol.asd,v 1.4 2003/07/19 20:32:48 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 ;;;; ************************************************************************* @@ -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")) ))