Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename xbt/module.c into xbt/xbt_main.c since this file does not do any module manage...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 17 Jul 2006 17:35:45 +0000 (17:35 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 17 Jul 2006 17:35:45 +0000 (17:35 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2604 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/Makefile.am
src/xbt/xbt_main.c [moved from src/xbt/module.c with 100% similarity]

index c9a4191..880b55b 100644 (file)
@@ -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                                                       \
similarity index 100%
rename from src/xbt/module.c
rename to src/xbt/xbt_main.c