aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-05-30 15:14:40 -0400
committerMichael Mann <mmann78@netscape.net>2014-05-31 13:11:05 +0000
commit62fd14cbd713765e24212595f8778164dd5b7b44 (patch)
tree09838f6a126050e4f7c9a29c70e52e5e2e1aabbe /configure.ac
parent531541660b31e87922021158454b2441e67935fa (diff)
Add nghttp2 lib (HPACK)
Change-Id: I2a361951924045035a2a5d38f943e6b97c170f36 Reviewed-on: https://code.wireshark.org/review/1623 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 804e136dd9..d17b28f210 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2937,6 +2937,7 @@ AC_OUTPUT(
tools/lemon/Makefile
wiretap/Makefile
wsutil/Makefile
+ wsutil/nghttp2/Makefile
echld/Makefile
_CUSTOM_AC_OUTPUT_
,)