diff options
author | vlysenkov <vlysenkov@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
commit | c22ad53d5b908b6074453e29ec2fd33e5a99ca18 (patch) | |
tree | 98edaea8230815d75d912b00a8fbf56bc91b3522 /library/cpp/svnversion/ya.make | |
parent | 60856e6a3cdaac98f0ba9c73a4851379c2ee6a6d (diff) | |
download | ydb-c22ad53d5b908b6074453e29ec2fd33e5a99ca18.tar.gz |
Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/svnversion/ya.make')
-rw-r--r-- | library/cpp/svnversion/ya.make | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make index 04e1a4c4fd0..e2d949a6801 100644 --- a/library/cpp/svnversion/ya.make +++ b/library/cpp/svnversion/ya.make @@ -1,12 +1,12 @@ OWNER(g:cpp-contrib) LIBRARY() - -SRCS( - svnversion.cpp + +SRCS( + svnversion.cpp svn_interface.c -) -END() +) +END() RECURSE( test ) |