diff options
author | ddoarn <ddoarn@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
commit | 0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (patch) | |
tree | 6d6a79d83e5003eaf4d45cac346113c1137cb886 /library/cpp/actors/ya.make | |
parent | 9541fc30d6f0877db9ff199a16f7fc2505d46a5c (diff) | |
download | ydb-0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e.tar.gz |
Restoring authorship annotation for <ddoarn@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/ya.make')
-rw-r--r-- | library/cpp/actors/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/actors/ya.make b/library/cpp/actors/ya.make index 737c7fbc18..95655c27ce 100644 --- a/library/cpp/actors/ya.make +++ b/library/cpp/actors/ya.make @@ -1,16 +1,16 @@ RECURSE_FOR_TESTS(ut) -RECURSE( +RECURSE( log_backend - core + core dnsresolver - examples - memory_log + examples + memory_log helpers - prof - protos - util - wilson + prof + protos + util + wilson testlib http -) +) |