X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cl-photo.asd;h=51d3993537ffe36c5b68263b66bcbe302cb1c2fa;hb=c9e757cf83865138421a9a09a6237fabbff2aab4;hp=605300cc8f2b064a560c26140c1ee2dfbe58ae48;hpb=2502270d59bbf71c29d82486997d38a3981b307c;p=cl-photo.git diff --git a/cl-photo.asd b/cl-photo.asd index 605300c..51d3993 100644 --- a/cl-photo.asd +++ b/cl-photo.asd @@ -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)