From: Julian Seward Date: Wed, 28 Sep 2005 01:53:07 +0000 (+0000) Subject: Rename m_launcher.c to launcher.c to make clear it's not part of the X-Git-Tag: svn/VALGRIND_3_1_0~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3d915e97b5378cbd329cfd3b862690fca8b6ddb;p=thirdparty%2Fvalgrind.git Rename m_launcher.c to launcher.c to make clear it's not part of the normal module scheme -- it's a standalone program. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4804 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 65d4a16b7f..2296abefd6 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -92,7 +92,7 @@ BUILT_SOURCES = CLEANFILES = valgrind_SOURCES = \ - m_launcher.c \ + launcher.c \ m_debuglog.c libcoregrind_a_SOURCES = \ diff --git a/coregrind/m_launcher.c b/coregrind/launcher.c similarity index 100% rename from coregrind/m_launcher.c rename to coregrind/launcher.c