diff options
author | kakabba <kakabba@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | 9c914f41ba5e9f9365f404e892197553ac23809e (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/getopt/small | |
parent | c8e3995898c443e78266f7420aac5fb3da15d413 (diff) | |
download | ydb-9c914f41ba5e9f9365f404e892197553ac23809e.tar.gz |
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt/small')
-rw-r--r-- | library/cpp/getopt/small/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/getopt/small/ya.make b/library/cpp/getopt/small/ya.make index 3453fa949b..96de0f04b1 100644 --- a/library/cpp/getopt/small/ya.make +++ b/library/cpp/getopt/small/ya.make @@ -1,28 +1,28 @@ -LIBRARY() - +LIBRARY() + OWNER(pg) - + PEERDIR( library/cpp/colorizer ) -SRCS( +SRCS( completer.cpp completer_command.cpp completion_generator.cpp formatted_output.cpp - last_getopt.cpp + last_getopt.cpp last_getopt_easy_setup.cpp last_getopt_opt.cpp last_getopt_opts.cpp last_getopt_parser.cpp last_getopt_parse_result.cpp - modchooser.cpp - opt.cpp - opt2.cpp - posix_getopt.cpp + modchooser.cpp + opt.cpp + opt2.cpp + posix_getopt.cpp wrap.cpp - ygetopt.cpp -) - -END() + ygetopt.cpp +) + +END() |