summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2013-08-17 15:52:22 +0300
committerAliaksey Kandratsenka <alk@tut.by>2013-08-17 15:52:22 +0300
commit7d8d522d737f6c55169264b35ebe0be1f9b23efd (patch)
tree56ed885f0e5e772b2cb8288ee0220f765f5fd65f
parentd76cfa6d6ca5944d6300765fcb9160e889423750 (diff)
downloadgperftools-7d8d522d737f6c55169264b35ebe0be1f9b23efd.tar.gz
add heap-profile-stats.h to dist .tar.gz
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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) \