diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/libidn/static | |
parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) | |
download | ydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libidn/static')
-rw-r--r-- | contrib/libs/libidn/static/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/libidn/static/ya.make b/contrib/libs/libidn/static/ya.make index aaf0168e58..a927d7918e 100644 --- a/contrib/libs/libidn/static/ya.make +++ b/contrib/libs/libidn/static/ya.make @@ -5,16 +5,16 @@ OWNER( LIBRARY() -LICENSE( - Custom-Punycode AND - Ietf AND - LGPL-2.0-or-later AND - LGPL-2.1-only AND - LGPL-2.1-or-later -) +LICENSE( + Custom-Punycode AND + Ietf AND + LGPL-2.0-or-later AND + LGPL-2.1-only AND + LGPL-2.1-or-later +) LICENSE_TEXTS(../.yandex_meta/licenses.list.txt) - + VERSION(1.9) PROVIDES(libidn) @@ -26,25 +26,25 @@ NO_COMPILER_WARNINGS() ADDINCL( contrib/libs/libidn ) - + CFLAGS( -DHAVE_CONFIG_H ) - + IF (OS_WINDOWS) CFLAGS( -DLIBIDN_EXPORTS ) ENDIF() - + IF (OS_ANDROID) CFLAGS( -DHAVE_LOCALE_H=1 ) ENDIF() - + SRCDIR(contrib/libs/libidn) - + SRCS( idn-free.c idna.c |