From dc56b951dfcf82766a98df612703e36a070b4012 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 14 Mar 2016 17:44:18 +0100 Subject: [PATCH] src/Makefile.am: fix missing allocator.h Fix regression from v1.8.0-38-gbae37e3 breaking distcheck. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index cd75fdf4..bba90628 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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