diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-03 15:05:07 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-03 16:03:15 +0300 |
commit | ce9f8e11242a84992f40c270a09e28437cedcae2 (patch) | |
tree | f64360473ca5adf6f99d7092dd16346a05a07275 /library/cpp | |
parent | f551b6e2765c3cc2cde05e4633c7ec4bd331cb6d (diff) | |
download | ydb-ce9f8e11242a84992f40c270a09e28437cedcae2.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/erasure/ya.make | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/library/cpp/erasure/ya.make b/library/cpp/erasure/ya.make index bde816b4d8..d29a4a7614 100644 --- a/library/cpp/erasure/ya.make +++ b/library/cpp/erasure/ya.make @@ -21,13 +21,7 @@ PEERDIR( ) IF (NOT OPENSOURCE) - SRCS( - jerasure.cpp - reed_solomon_jerasure.cpp - lrc_jerasure.cpp - ) - - PEERDIR(contrib/libs/jerasure) + INCLUDE(ya_non_opensource.inc) ENDIF() GENERATE_ENUM_SERIALIZATION(public.h) |