added maybe_emergency_malloc.h to Makefile.am

Because without this reference it isn't packaged by make dist.
This commit is contained in:
Aliaksey Kandratsenka 2016-02-21 20:07:37 -08:00
parent 7dd4af6536
commit c9962f698b
1 changed files with 1 additions and 0 deletions

View File

@ -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 \