planetarium: Added dependence on matrices.scm for earth, tellurion.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 06:47:27 +0000 (23:47 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 23 Aug 2013 06:47:27 +0000 (23:47 -0700)
src/planetarium/mit-compile.scm

index cb39c1cb2f99e429347afd7111d2d60ebb072038..e3929681edb0b47993e5b047e5bf4858f8928765 100644 (file)
@@ -25,6 +25,6 @@ USA.
 (compile-system "mit" (directory-pathname (current-load-pathname))
                'dependencies
                `(("solar" "geometry")
-                 ("earth" "geometry")
+                 ("earth" "geometry" "matrices")
                  ("mit-cil" "mit-syntax" ,@(directory-read "cil-*.txt"))
-                 ("tellurion" "geometry")))
\ No newline at end of file
+                 ("tellurion" "geometry" "matrices")))
\ No newline at end of file