aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/CMakeLists.txt
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-07-02 14:10:02 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-07-09 05:31:31 +0000
commit4b5967f68391c9ea048c6ca76eef893e764d4779 (patch)
treeeb816e0ed6784860067300e6ee6313bd88649e8f /wsutil/CMakeLists.txt
parent5f0fd977d134cf7169e4c7131433fa75c4cd5e27 (diff)
Moved nghttp2 to epan
Cleaned up nghttp2 build Change-Id: I9f7adc12936155e0ffc01ec825b5aff95279f97d Reviewed-on: https://code.wireshark.org/review/2937 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'wsutil/CMakeLists.txt')
-rw-r--r--wsutil/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index 1d5ad1c7d4..b917fb9088 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -87,11 +87,6 @@ set(WSUTIL_FILES
ws_mempbrk.c
ws_mempbrk_sse42.c
ws_version_info.c
- nghttp2/nghttp2_buf.c
- nghttp2/nghttp2_hd.c
- nghttp2/nghttp2_hd_huffman.c
- nghttp2/nghttp2_hd_huffman_data.c
- nghttp2/nghttp2_helper.c
${WSUTIL_PLATFORM_FILES}
${WSUTIL_SSE42_FILES}
)