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 | a31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/svnversion/ya.make | |
parent | c22ad53d5b908b6074453e29ec2fd33e5a99ca18 (diff) | |
download | ydb-a31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0.tar.gz |
Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 2 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 e2d949a6801..04e1a4c4fd0 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 ) |