Merge pull request #542 from Lekensteyn/build-fixes

src/Makefile.am: fix missing allocator.h
This commit is contained in:
Tatsuhiro Tsujikawa 2016-03-15 23:44:20 +09:00
commit e84755eb35
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