diff options
Diffstat (limited to 'src/clients/cave/Makefile.am')
-rw-r--r-- | src/clients/cave/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clients/cave/Makefile.am b/src/clients/cave/Makefile.am index fe33e811f..0dfc9e543 100644 --- a/src/clients/cave/Makefile.am +++ b/src/clients/cave/Makefile.am @@ -46,6 +46,7 @@ command_MANS = \ cave-print-best-version.1 \ cave-print-categories.1 \ cave-print-commands.1 \ + cave-print-dependent-ids.1 \ cave-print-environment-metadata.1 \ cave-print-id-actions.1 \ cave-print-id-contents.1 \ @@ -154,6 +155,7 @@ libcave_a_SOURCES = \ cmd_print_best_version.cc cmd_print_best_version.hh \ cmd_print_categories.cc cmd_print_categories.hh \ cmd_print_commands.cc cmd_print_commands.hh \ + cmd_print_dependent_ids.cc cmd_print_dependent_ids.hh \ cmd_print_environment_metadata.cc cmd_print_environment_metadata.hh \ cmd_print_id_actions.cc cmd_print_id_actions.hh \ cmd_print_id_contents.cc cmd_print_id_contents.hh \ |