Update domain name to kpe.io
[cl-photo.git] / cl-photo.asd
index 666051a87c94c138dde33db672225c775ef61742..51d3993537ffe36c5b68263b66bcbe302cb1c2fa 100644 (file)
@@ -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
 ;;;;
   :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)