src/Makefile.am: fix missing allocator.h

Fix regression from v1.8.0-38-gbae37e3 breaking distcheck.
This commit is contained in:
Peter Wu 2016-03-14 17:44:18 +01:00
parent ab734f09b6
commit dc56b951df
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ NGHTTPX_SRCS = \
shrpx_process.h \
shrpx_signal.cc shrpx_signal.h \
shrpx_router.cc shrpx_router.h \
buffer.h memchunk.h template.h
buffer.h memchunk.h template.h allocator.h
if HAVE_SPDYLAY
NGHTTPX_SRCS += shrpx_spdy_upstream.cc shrpx_spdy_upstream.h