diff options
author | nalpp <nalpp@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:46 +0300 |
commit | 30d1ef3941e0dc835be7609de5ebee66958f215a (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/aws-sdk-cpp/ya.make | |
parent | 87f3eb38999df2d3c1cb77f8ffb9c52ec9c516fb (diff) | |
download | ydb-30d1ef3941e0dc835be7609de5ebee66958f215a.tar.gz |
Restoring authorship annotation for <nalpp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/ya.make')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/ya.make | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/aws-sdk-cpp/ya.make b/contrib/libs/aws-sdk-cpp/ya.make index 14637c11c4..d9fcb0818d 100644 --- a/contrib/libs/aws-sdk-cpp/ya.make +++ b/contrib/libs/aws-sdk-cpp/ya.make @@ -1,17 +1,17 @@ # Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. - + OWNER(orivej shindo g:cpp-contrib) - + VERSION(1.8.113) ORIGINAL_SOURCE(https://github.com/awslabs/aws-sdk-cpp/archive/1.8.113.tar.gz) -RECURSE( - aws-cpp-sdk-core +RECURSE( + aws-cpp-sdk-core aws-cpp-sdk-s3 aws-cpp-sdk-s3-integration-tests - aws-cpp-sdk-sqs + aws-cpp-sdk-sqs aws-cpp-sdk-kinesis aws-cpp-sdk-transfer testing-resources -) +) |