chiark / gitweb /
server/tests.at (WITH_STRACE): Factor out the strace(1) machinery.
[tripe] / contrib / Makefile.am
index 3bd45912ead756b2904e3e80c755e488dba74025..1fcf0031366bdb156170bc79d9125aed65f9bad6 100644 (file)
@@ -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 --------------------------------------------------