src/Makefile.am: fix missing allocator.h
Fix regression from v1.8.0-38-gbae37e3 breaking distcheck.
This commit is contained in:
parent
ab734f09b6
commit
dc56b951df
|
@ -129,7 +129,7 @@ NGHTTPX_SRCS = \
|
||||||
shrpx_process.h \
|
shrpx_process.h \
|
||||||
shrpx_signal.cc shrpx_signal.h \
|
shrpx_signal.cc shrpx_signal.h \
|
||||||
shrpx_router.cc shrpx_router.h \
|
shrpx_router.cc shrpx_router.h \
|
||||||
buffer.h memchunk.h template.h
|
buffer.h memchunk.h template.h allocator.h
|
||||||
|
|
||||||
if HAVE_SPDYLAY
|
if HAVE_SPDYLAY
|
||||||
NGHTTPX_SRCS += shrpx_spdy_upstream.cc shrpx_spdy_upstream.h
|
NGHTTPX_SRCS += shrpx_spdy_upstream.cc shrpx_spdy_upstream.h
|
||||||
|
|
Loading…
Reference in New Issue