X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/f48ae55ba0a1acdd96bdfc78130b65008322f53b..3849487aed0a812997e01e4a6eafd4b1567385d1:/contrib/Makefile.am?ds=sidebyside diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 3bd45912..1fcf0031 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -25,6 +25,7 @@ include $(top_srcdir)/vars.am +dist_noinst_DATA = noinst_DATA = noinst_SCRIPTS = @@ -98,4 +99,7 @@ knock: knock.in Makefile $(SUBST) $(srcdir)/knock.in >$@.new $(SUBSTITUTIONS) && \ chmod +x $@.new && mv $@.new $@ +## Configuration for `sshsvc-mkauthkeys'. +dist_noinst_DATA += sshsvc.conf + ###----- That's all, folks --------------------------------------------------