diff options
author | abolkhovityanov <abolkhovityanov@yandex-team.ru> | 2022-02-10 16:50:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:49 +0300 |
commit | 812751ae6997d4a9efaca424ef7b2e1d06fa3771 (patch) | |
tree | 3bdff9442b38b433a98640c47522ba7c66bed0d1 /library/cpp/tld/ya.make | |
parent | 90e989b502f29f2d1176402f08e85953ae199004 (diff) | |
download | ydb-812751ae6997d4a9efaca424ef7b2e1d06fa3771.tar.gz |
Restoring authorship annotation for <abolkhovityanov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/tld/ya.make')
-rw-r--r-- | library/cpp/tld/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/tld/ya.make b/library/cpp/tld/ya.make index aeabbfeebf..ff54366dc4 100644 --- a/library/cpp/tld/ya.make +++ b/library/cpp/tld/ya.make @@ -1,19 +1,19 @@ -LIBRARY() - -OWNER(abolkhovityanov) - +LIBRARY() + +OWNER(abolkhovityanov) + PYTHON( gen_tld.py tlds-alpha-by-domain.txt IN tlds-alpha-by-domain.txt STDOUT tld.inc ) -SRCS( - tld.cpp -) - +SRCS( + tld.cpp +) + PEERDIR( library/cpp/digest/lower_case ) -END() +END() |