Fix autotools build
This commit is contained in:
parent
1fb291d0e1
commit
b8f7b474b4
|
@ -48,7 +48,8 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
|
||||||
nghttp2_callbacks.c \
|
nghttp2_callbacks.c \
|
||||||
nghttp2_mem.c \
|
nghttp2_mem.c \
|
||||||
nghttp2_http.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 \
|
HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
|
||||||
nghttp2_frame.h \
|
nghttp2_frame.h \
|
||||||
|
|
Loading…
Reference in New Issue