diff options
Diffstat (limited to 'library/cpp/threading/equeue')
| -rw-r--r-- | library/cpp/threading/equeue/ut/ya.make | 32 | ||||
| -rw-r--r-- | library/cpp/threading/equeue/ya.make | 30 |
2 files changed, 31 insertions, 31 deletions
diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make index 2f6293d47de..2f6568dceb3 100644 --- a/library/cpp/threading/equeue/ut/ya.make +++ b/library/cpp/threading/equeue/ut/ya.make @@ -1,18 +1,18 @@ -UNITTEST() - -OWNER( - g:base - g:middle -) - -PEERDIR( +UNITTEST() + +OWNER( + g:base + g:middle +) + +PEERDIR( ADDINCL library/cpp/threading/equeue -) - +) + SRCDIR(library/cpp/threading/equeue) - -SRCS( - equeue_ut.cpp -) - -END() + +SRCS( + equeue_ut.cpp +) + +END() diff --git a/library/cpp/threading/equeue/ya.make b/library/cpp/threading/equeue/ya.make index 314f4d3c863..707ff69ba6a 100644 --- a/library/cpp/threading/equeue/ya.make +++ b/library/cpp/threading/equeue/ya.make @@ -1,15 +1,15 @@ -LIBRARY() - -OWNER( - g:base - g:middle - ironpeter - mvel -) - -SRCS( - equeue.h - equeue.cpp -) - -END() +LIBRARY() + +OWNER( + g:base + g:middle + ironpeter + mvel +) + +SRCS( + equeue.h + equeue.cpp +) + +END() |
