aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-31 16:50:51 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-31 14:53:57 +0000
commit33fc5c0300351517192348068172cf9218be86fd (patch)
treeed4fad141fd223db535380ea915b2ccf3c875860
parent41c78afc549a598a3ae03f99f4b7a1cb0aafefa2 (diff)
NGHTTP2: Add missing nghttp2_int.h (need by make dist...)
Change-Id: I7906f28b42960ea69b7f23e888bc0e184f67021a Reviewed-on: https://code.wireshark.org/review/1899 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--wsutil/nghttp2/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/nghttp2/Makefile.common b/wsutil/nghttp2/Makefile.common
index 1166e8b8b0..34328a6413 100644
--- a/wsutil/nghttp2/Makefile.common
+++ b/wsutil/nghttp2/Makefile.common
@@ -30,10 +30,11 @@ LIBNGHTTP2_SRC = \
LIBNGHTTP2_INCLUDES = \
nghttp2_buf.h \
- nghttp2_net.h \
nghttp2_hd.h \
nghttp2_hd_huffman.h \
nghttp2_helper.h \
+ nghttp2_int.h \
+ nghttp2_net.h \
nghttp2/nghttp2.h \
nghttp2/nghttp2ver.h