Skip to content

Commit

Permalink
src/Makefile.am: fix missing allocator.h
Browse files Browse the repository at this point in the history
Fix regression from v1.8.0-38-gbae37e3 breaking distcheck.
  • Loading branch information
Lekensteyn committed Mar 14, 2016
1 parent ab734f0 commit dc56b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc56b95

Please sign in to comment.