X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=wol.asd;h=664a8fbaf1ff06239f4d4d0c751d940cab55ccb4;hp=15ed38f1f4f33698a64b626284abe7f6b6d90b27;hb=155f1c55e5b3cfb5efc0fa3a87aca4843b418415;hpb=de82da84115f8e2a6ad7add24cb73e7876c89a3b diff --git a/wol.asd b/wol.asd index 15ed38f..664a8fb 100644 --- a/wol.asd +++ b/wol.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: wol.asd,v 1.1 2003/07/16 16:02:21 kevin Exp $ +;;;; $Id: wol.asd,v 1.2 2003/07/16 16:40:35 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -33,4 +33,5 @@ (:file "project" :depends-on ("classes")) (:file "sessions" :depends-on ("classes")) (:file "uri" :depends-on ("classes")) + (:file "log" :depends-on ("classes")) ))