X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cl-photo.asd;h=51d3993537ffe36c5b68263b66bcbe302cb1c2fa;hb=69714017bc3f5e6085872e24790c19fd65d6862b;hp=666051a87c94c138dde33db672225c775ef61742;hpb=0c8ab037b4267adebe22e07249e0e36fe7ca5f17;p=cl-photo.git diff --git a/cl-photo.asd b/cl-photo.asd index 666051a..51d3993 100644 --- a/cl-photo.asd +++ b/cl-photo.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: April 2005 ;;;; -;;;; $Id: cl-photo.asd 8596 2004-02-03 18:32:50Z kevin $ +;;;; $Id$ ;;;; ;;;; This file, part of cl-photo, is Copyright (c) 2005 by Kevin M. Rosenberg ;;;; @@ -30,13 +30,13 @@ :long-description "cl-photo calculates photography values." :depends-on (kmrcl) - :components ((:file "package") (:file "convert" :depends-on ("package")) - (:file "fov" :depends-on ("convert")) - (:file "dof" :depends-on ("convert")) - )) + (:file "cameras" :depends-on ("convert")) + (:file "fov" :depends-on ("cameras")) + (:file "dof" :depends-on ("fov")) + (:file "tables" :depends-on ("dof" "fov")))) (defmethod perform ((o test-op) (c (eql (find-system 'cl-photo)))) (operate 'load-op 'cl-photo-tests)