summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2016-02-21 20:07:37 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2016-02-21 20:07:37 -0800
commitc9962f698b0edb37315445b33a06820f9bcf5df9 (patch)
tree2e839f248289aa111a59655485b0665a168b4e11 /Makefile.am
parent7dd4af65365d74a5d8d30d5811c26117a9192238 (diff)
downloadgperftools-c9962f698b0edb37315445b33a06820f9bcf5df9.tar.gz
added maybe_emergency_malloc.h to Makefile.am
Because without this reference it isn't packaged by make dist.
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index efd38fc..f18bf4f 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -904,6 +904,7 @@ S_TCMALLOC_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) \
src/base/thread_lister.h \
src/heap-profile-table.h \
src/heap-profile-stats.h \
+ src/maybe_emergency_malloc.h \
src/emergency_malloc.h
SG_TCMALLOC_INCLUDES = src/gperftools/heap-profiler.h \