From 7d8d522d737f6c55169264b35ebe0be1f9b23efd Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sat, 17 Aug 2013 15:52:22 +0300 Subject: add heap-profile-stats.h to dist .tar.gz --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index edcb6d6..812c9a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -851,7 +851,8 @@ S_TCMALLOC_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) \ src/base/stl_allocator.h \ src/base/sysinfo.h \ src/base/thread_lister.h \ - src/heap-profile-table.h + src/heap-profile-table.h \ + src/heap-profile-stats.h SG_TCMALLOC_INCLUDES = src/gperftools/heap-profiler.h \ src/gperftools/heap-checker.h TCMALLOC_INCLUDES = $(S_TCMALLOC_INCLUDES) $(SG_TCMALLOC_MINIMAL_INCLUDES) \ -- cgit v1.2.1