From: Nicholas Nethercote Date: Wed, 18 Oct 2006 21:50:26 +0000 (+0000) Subject: Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import X-Git-Tag: svn/VALGRIND_3_3_0~556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fad24de4bcf10b2c504c19a3c7c1cdbd5bbc35fc;p=thirdparty%2Fvalgrind.git Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import pub_tool_libcassert.h. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6320 --- diff --git a/Makefile.am b/Makefile.am index b6612e72c2..fee9785623 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,8 @@ TOOLS = memcheck \ callgrind \ massif \ lackey \ - none + none \ + memtrace # Temporary: we want to compile Helgrind, but not regtest it. # Put docs last because building the HTML is slow and we want to get diff --git a/configure.in b/configure.in index f625a9ef51..34830a0ea4 100644 --- a/configure.in +++ b/configure.in @@ -931,6 +931,9 @@ AC_OUTPUT( none/tests/ppc64/Makefile none/tests/x86/Makefile none/docs/Makefile + memtrace/Makefile + memtrace/tests/Makefile + memtrace/docs/Makefile ) cat<