From b2600b046616c7072574c6afe7c40cf0b260de7c Mon Sep 17 00:00:00 2001 From: Gary King Date: Tue, 28 Feb 2006 19:04:04 -0500 Subject: [PATCH] graph depends on macros too darcs-hash:20060301000404-3cc5d-00f905069a7af1a6a2950df9dfe2431305c58b3a.gz --- cl-graph.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl-graph.asd b/cl-graph.asd index 9fe2530..9c21442 100644 --- a/cl-graph.asd +++ b/cl-graph.asd @@ -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" -- 1.7.10.4