diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/libs/nghttp2/ya.make | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/nghttp2/ya.make')
-rw-r--r-- | contrib/libs/nghttp2/ya.make | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/contrib/libs/nghttp2/ya.make b/contrib/libs/nghttp2/ya.make index 0bb844dc2b..325cc6ae30 100644 --- a/contrib/libs/nghttp2/ya.make +++ b/contrib/libs/nghttp2/ya.make @@ -1,7 +1,7 @@ # Generated by devtools/yamaker from nixpkgs 21.11. -LIBRARY() - +LIBRARY() + OWNER( g:cpp-contrib g:geoapps_infra @@ -17,45 +17,45 @@ LICENSE( ) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -ADDINCL( + +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() +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() |