From: mquinson Date: Thu, 26 Apr 2007 10:25:56 +0000 (+0000) Subject: Rename trim.c to xbt_str.c, so that we can have all the functions of this module... X-Git-Tag: v3.3~1907 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7fec707ce95a76dbcfd23cb417aabe7d035962b3 Rename trim.c to xbt_str.c, so that we can have all the functions of this module in the same file git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3453 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index d5012d1b98..0b9ac738f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -116,7 +116,7 @@ lib_LTLIBRARIES= libsimgrid.la libgras.la COMMON_SRC=\ \ - xbt/snprintf.c xbt/getline.c xbt/trim.c \ + xbt/snprintf.c xbt/getline.c xbt/xbt_str.c \ xbt/ex.c \ \ xbt_modinter.h gras_modinter.h \ diff --git a/src/xbt/trim.c b/src/xbt/xbt_str.c similarity index 100% rename from src/xbt/trim.c rename to src/xbt/xbt_str.c