summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-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) \