diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/libs/linuxvdso/ya.make | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) | |
download | ydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 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 4da8d3d076..d26073c6cc 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() |