diff --git a/Makefile.am b/Makefile.am index b6612e72c..fee978562 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 f625a9ef5..34830a0ea 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<