From fad24de4bcf10b2c504c19a3c7c1cdbd5bbc35fc Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 18 Oct 2006 21:50:26 +0000 Subject: [PATCH] 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 --- Makefile.am | 3 ++- configure.in | 3 +++ include/pub_tool_tooliface.h | 2 +- include/valgrind.h | 18 +++++++++--------- 4 files changed, 15 insertions(+), 11 deletions(-) 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<