Update of /project/mcclim/cvsroot/mcclim In directory common-lisp.net:/tmp/cvs-serv9838
Modified Files: mcclim.asd Log Message: Backends/CLX/image.lisp depends on .../package.lisp.
Spotted by Christophe Rhodes.
Date: Mon Feb 21 17:36:35 2005 Author: afuchs
Index: mcclim/mcclim.asd diff -u mcclim/mcclim.asd:1.1 mcclim/mcclim.asd:1.2 --- mcclim/mcclim.asd:1.1 Wed Feb 16 21:43:25 2005 +++ mcclim/mcclim.asd Mon Feb 21 17:36:30 2005 @@ -4,7 +4,7 @@ ;;; (c) copyright 2000 by ;;; Robert Strandh (strandh@labri.u-bordeaux.fr) ;;; (c) copyright 2005 by -;;; Andreas Fuchs (asf@boinkor.net +;;; Andreas Fuchs (asf@boinkor.net) ;;; ;;; This library is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU Library General Public @@ -221,7 +221,7 @@ :pathname #.(make-pathname :directory '(:relative "Backends" "CLX")) :components ((:file "package") - (:file "image") + (:file "image" :depends-on ("package")) (:file "keysyms-common" :depends-on ("package")) (:file "keysyms" :depends-on ("keysyms-common" "package")) (:file "keysymdef" :depends-on ("keysyms-common" "package")) @@ -375,4 +375,4 @@ ;;; The actual McCLIM system that people should to use in their ASDF ;;; package dependency lists. (defsystem :mcclim - :depends-on (:clim-looks)) \ No newline at end of file + :depends-on (:clim-looks))