From 5d548f22c406ea2d901977d5c9422881186907b7 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 9 Jun 2006 14:42:06 +0000 Subject: [PATCH] Add the matrices to the XBT git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2361 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 989a01169c..c3fe26cf42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -120,6 +120,7 @@ COMMON_SRC=\ xbt/swag.c \ xbt/graph.c \ xbt/set.c \ + xbt/xbt_matrix.c \ xbt/xbt_host.c \ xbt/module.c \ xbt/config.c \ -- 2.20.1