graph depends on macros too
authorGary King <gwking@metabang.com>
Wed, 1 Mar 2006 00:04:04 +0000 (19:04 -0500)
committerGary King <gwking@metabang.com>
Wed, 1 Mar 2006 00:04:04 +0000 (19:04 -0500)
darcs-hash:20060301000404-3cc5d-00f905069a7af1a6a2950df9dfe2431305c58b3a.gz

cl-graph.asd

index 9fe2530..9c21442 100644 (file)
@@ -33,7 +33,7 @@ instructions."))
                                      (:file "macros"
                                             :depends-on ("package"))
                                      (:file "graph"
-                                            :depends-on ("api"))
+                                            :depends-on ("api" "macros"))
                                      (:file "graph-container"
                                             :depends-on ("graph"))
                                      (:file "graph-matrix"