diff options
author | somov <[email protected]> | 2022-02-10 16:45:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:49 +0300 |
commit | 7489e4682331202b9c7d863c0898eb83d7b12c2b (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /tools/archiver | |
parent | a5950576e397b1909261050b8c7da16db58f10b1 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'tools/archiver')
-rw-r--r-- | tools/archiver/main.cpp | 2 | ||||
-rw-r--r-- | tools/archiver/ya.make | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/archiver/main.cpp b/tools/archiver/main.cpp index 0b794e86d3f..6cda54c1ea8 100644 --- a/tools/archiver/main.cpp +++ b/tools/archiver/main.cpp @@ -2,7 +2,7 @@ #include <library/cpp/deprecated/mapped_file/mapped_file.h> #include <library/cpp/digest/md5/md5.h> #include <library/cpp/getopt/small/last_getopt.h> - + #include <util/folder/dirut.h> #include <util/folder/filelist.h> #include <util/folder/path.h> diff --git a/tools/archiver/ya.make b/tools/archiver/ya.make index da322b3e3d6..757378c1b3c 100644 --- a/tools/archiver/ya.make +++ b/tools/archiver/ya.make @@ -5,12 +5,12 @@ OWNER( mvel ) -PEERDIR( +PEERDIR( library/cpp/archive library/cpp/digest/md5 library/cpp/getopt/small -) - +) + SRCS( main.cpp ) |