diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:51 +0300 |
commit | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (patch) | |
tree | 14407a2757cbf29eb97e266b7f07e851f971000c /contrib/libs/c-ares/ya.make | |
parent | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (diff) | |
download | ydb-321ee9bce31ec6e238be26dbcbe539cffa2c3309.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/c-ares/ya.make')
-rw-r--r-- | contrib/libs/c-ares/ya.make | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/contrib/libs/c-ares/ya.make b/contrib/libs/c-ares/ya.make index bd35762e44..29d591935e 100644 --- a/contrib/libs/c-ares/ya.make +++ b/contrib/libs/c-ares/ya.make @@ -1,5 +1,5 @@ # Generated by devtools/yamaker from nixpkgs e392df43c9f302d4a0892caaadcad3cd693edf9e. - + LIBRARY() OWNER( @@ -8,7 +8,7 @@ OWNER( ) VERSION(1.16.1) - + ORIGINAL_SOURCE(https://c-ares.haxx.se/download/c-ares-1.16.1.tar.gz) LICENSE( @@ -30,12 +30,12 @@ ADDINCL( NO_COMPILER_WARNINGS() -CFLAGS( - -DCARES_BUILDING_LIBRARY - -DCARES_SYMBOL_HIDING +CFLAGS( + -DCARES_BUILDING_LIBRARY + -DCARES_SYMBOL_HIDING -DHAVE_CONFIG_H -) - +) + IF (NOT DLL_FOR) CFLAGS( -DCARES_STATICLIB @@ -97,7 +97,7 @@ SRCS( ares_strcasecmp.c ares_strdup.c ares_strerror.c - ares_strsplit.c + ares_strsplit.c ares_timeout.c ares_version.c ares_writev.c @@ -111,10 +111,10 @@ SRCS( CHECK_CONFIG_H(ares_setup.h) END() - -RECURSE( - acountry - adig - ahost - test -) + +RECURSE( + acountry + adig + ahost + test +) |