added maybe_emergency_malloc.h to Makefile.am
Because without this reference it isn't packaged by make dist.
This commit is contained in:
parent
7dd4af6536
commit
c9962f698b
|
@ -904,6 +904,7 @@ S_TCMALLOC_INCLUDES = $(S_TCMALLOC_MINIMAL_INCLUDES) \
|
||||||
src/base/thread_lister.h \
|
src/base/thread_lister.h \
|
||||||
src/heap-profile-table.h \
|
src/heap-profile-table.h \
|
||||||
src/heap-profile-stats.h \
|
src/heap-profile-stats.h \
|
||||||
|
src/maybe_emergency_malloc.h \
|
||||||
src/emergency_malloc.h
|
src/emergency_malloc.h
|
||||||
|
|
||||||
SG_TCMALLOC_INCLUDES = src/gperftools/heap-profiler.h \
|
SG_TCMALLOC_INCLUDES = src/gperftools/heap-profiler.h \
|
||||||
|
|
Loading…
Reference in New Issue