diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 13:09:47 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-07-16 13:35:45 -0700 |
commit | 117bd50d3ef4ed2d8f19dd685ad915134dcd8898 (patch) | |
tree | 35935bea9bfc382940863f60b51fa54107aa49ef /Makefile.am | |
parent | 74924cb23845f60b81f26b87516baafe0e1fae5b (diff) |
Include wallet-rekey-periodic in the distribution
Change-Id: I3dd9ae38d638cddf2307f5e07cb4a2e01422e172
Reviewed-on: https://gerrit.stanford.edu/1569
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4461fcb..6c06df3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ EXTRA_DIST = .gitignore LICENSE autogen client/wallet.pod \ config/keytab.acl config/wallet config/wallet-report.acl \ docs/design contrib/README contrib/convert-srvtab-db \ contrib/used-principals contrib/wallet-contacts \ + contrib/wallet-rekey-periodic contrib/wallet-rekey-periodic.8 \ contrib/wallet-summary contrib/wallet-summary.8 \ contrib/wallet-unknown-hosts contrib/wallet-unknown-hosts.8 \ docs/design-acl docs/design-api docs/netdb-role-api docs/notes \ |