diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:17 +0300 |
commit | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (patch) | |
tree | dd4bd3ca0f36b817e96812825ffaf10d645803f2 /contrib/libs/linuxvdso/ya.make | |
parent | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (diff) | |
download | ydb-d3a398281c6fd1d3672036cb2d63f842d2cb28c5.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/linuxvdso/ya.make')
-rw-r--r-- | contrib/libs/linuxvdso/ya.make | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/contrib/libs/linuxvdso/ya.make b/contrib/libs/linuxvdso/ya.make index d26073c6cc..4da8d3d076 100644 --- a/contrib/libs/linuxvdso/ya.make +++ b/contrib/libs/linuxvdso/ya.make @@ -1,8 +1,8 @@ -LIBRARY() +LIBRARY() WITHOUT_LICENSE_TEXTS() -LICENSE(BSD-3-Clause) +LICENSE(BSD-3-Clause) VERSION(2.0) @@ -12,22 +12,22 @@ OWNER( g:contrib g:cpp-contrib ) - + NO_UTIL() NO_RUNTIME() - + IF (OS_LINUX) - PEERDIR( - contrib/libs/linuxvdso/original - ) - SRCS( - interface.cpp - ) + PEERDIR( + contrib/libs/linuxvdso/original + ) + SRCS( + interface.cpp + ) ELSE() - SRCS( - fake.cpp - ) + SRCS( + fake.cpp + ) ENDIF() - -END() + +END() |