diff options
author | bulatman <bulatman@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
commit | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/c-ares/test/ya.make | |
parent | 6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff) | |
download | ydb-2f6ca198245aeffd5e2d82b65927c2465b68b4f5.tar.gz |
Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/c-ares/test/ya.make')
-rw-r--r-- | contrib/libs/c-ares/test/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/c-ares/test/ya.make b/contrib/libs/c-ares/test/ya.make index f2b421e92b..ef42eab230 100644 --- a/contrib/libs/c-ares/test/ya.make +++ b/contrib/libs/c-ares/test/ya.make @@ -23,10 +23,10 @@ ADDINCL( NO_COMPILER_WARNINGS() -CFLAGS( - -DHAVE_CONFIG_H -) - +CFLAGS( + -DHAVE_CONFIG_H +) + IF (NOT DLL_FOR) CFLAGS( -DCARES_STATICLIB |