Fix autotools build

This commit is contained in:
Tatsuhiro Tsujikawa 2016-10-14 22:04:02 +09:00
parent 1fb291d0e1
commit b8f7b474b4
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
nghttp2_callbacks.c \
nghttp2_mem.c \
nghttp2_http.c \
nghttp2_rcbuf.c
nghttp2_rcbuf.c \
nghttp2_debug.c
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
nghttp2_frame.h \