From 32b5b8b24e805a651ffc567bc7da748f49467f0a Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 17 Jul 2006 17:35:45 +0000 Subject: [PATCH] Rename xbt/module.c into xbt/xbt_main.c since this file does not do any module management (and cannot since this notion seems to be gras only) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2604 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/Makefile.am | 2 +- src/xbt/{module.c => xbt_main.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/xbt/{module.c => xbt_main.c} (100%) diff --git a/src/Makefile.am b/src/Makefile.am index c9a4191576..880b55bb97 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -124,7 +124,7 @@ COMMON_SRC=\ xbt/set.c \ xbt/xbt_matrix.c \ xbt/xbt_peer.c \ - xbt/module.c \ + xbt/xbt_main.c \ xbt/config.c \ xbt/cunit.c \ xbt/graphxml_parse.c \ diff --git a/src/xbt/module.c b/src/xbt/xbt_main.c similarity index 100% rename from src/xbt/module.c rename to src/xbt/xbt_main.c -- 2.20.1