diff options
author | f0b0s <f0b0s@yandex-team.ru> | 2022-02-10 16:46:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:51 +0300 |
commit | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/zlib/ya.make | |
parent | deabc5260ac2e17b8f5152ee060bec1740613540 (diff) | |
download | ydb-cdae02d225fb5b3afbb28990e79a7ac6c9125327.tar.gz |
Restoring authorship annotation for <f0b0s@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/zlib/ya.make')
-rw-r--r-- | contrib/libs/zlib/ya.make | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make index 745d9a3ab1..ced6573475 100644 --- a/contrib/libs/zlib/ya.make +++ b/contrib/libs/zlib/ya.make @@ -1,9 +1,9 @@ # Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76. -LIBRARY() +LIBRARY() OWNER(g:cpp-contrib) - + VERSION(1.2.11) ORIGINAL_SOURCE(https://www.zlib.net/fossils/zlib-1.2.11.tar.gz) @@ -22,25 +22,25 @@ ADDINCL( ) NO_COMPILER_WARNINGS() - + NO_RUNTIME() -SRCS( - adler32.c - compress.c - crc32.c - deflate.c - gzclose.c - gzlib.c - gzread.c - gzwrite.c - infback.c - inffast.c - inflate.c - inftrees.c - trees.c - uncompr.c - zutil.c -) - -END() +SRCS( + adler32.c + compress.c + crc32.c + deflate.c + gzclose.c + gzlib.c + gzread.c + gzwrite.c + infback.c + inffast.c + inflate.c + inftrees.c + trees.c + uncompr.c + zutil.c +) + +END() |