aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/nghttp2
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/nghttp2
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/nghttp2')
-rw-r--r--contrib/libs/nghttp2/ya.make61
1 files changed, 0 insertions, 61 deletions
diff --git a/contrib/libs/nghttp2/ya.make b/contrib/libs/nghttp2/ya.make
deleted file mode 100644
index fbbdda5370..0000000000
--- a/contrib/libs/nghttp2/ya.make
+++ /dev/null
@@ -1,61 +0,0 @@
-# Generated by devtools/yamaker from nixpkgs 21.11.
-
-LIBRARY()
-
-OWNER(
- g:cpp-contrib
- g:geoapps_infra
-)
-
-VERSION(1.47.0)
-
-ORIGINAL_SOURCE(https://github.com/nghttp2/nghttp2/archive/v1.47.0.tar.gz)
-
-LICENSE(
- FSFAP AND
- MIT
-)
-
-LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-
-ADDINCL(
- GLOBAL contrib/libs/nghttp2/lib/includes
- contrib/libs/nghttp2
- contrib/libs/nghttp2/lib
-)
-
-NO_COMPILER_WARNINGS()
-
-NO_RUNTIME()
-
-CFLAGS(
- -DBUILDING_NGHTTP2
- -DHAVE_CONFIG_H
-)
-
-SRCS(
- lib/nghttp2_buf.c
- lib/nghttp2_callbacks.c
- lib/nghttp2_debug.c
- lib/nghttp2_frame.c
- lib/nghttp2_hd.c
- lib/nghttp2_hd_huffman.c
- lib/nghttp2_hd_huffman_data.c
- lib/nghttp2_helper.c
- lib/nghttp2_http.c
- lib/nghttp2_map.c
- lib/nghttp2_mem.c
- lib/nghttp2_npn.c
- lib/nghttp2_option.c
- lib/nghttp2_outbound_item.c
- lib/nghttp2_pq.c
- lib/nghttp2_priority_spec.c
- lib/nghttp2_queue.c
- lib/nghttp2_rcbuf.c
- lib/nghttp2_session.c
- lib/nghttp2_stream.c
- lib/nghttp2_submit.c
- lib/nghttp2_version.c
-)
-
-END()