X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cl-photo.asd;h=afffe05b2190bb1e3f6ed5d7cd444be3f3ef4ecf;hb=4779a391e5c45e56ea3cb2c35787354f07e6d362;hp=605300cc8f2b064a560c26140c1ee2dfbe58ae48;hpb=2502270d59bbf71c29d82486997d38a3981b307c;p=cl-photo.git diff --git a/cl-photo.asd b/cl-photo.asd index 605300c..afffe05 100644 --- a/cl-photo.asd +++ b/cl-photo.asd @@ -29,13 +29,12 @@ :description "Lisp Markup Language" :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 ("cameras")) )) (defmethod perform ((o test-op) (c (eql (find-system 'cl-photo))))