contrib/tripe-ipif.in: Use the new-ish `bulk-overhead' to calculate MTU.
[tripe] / contrib / Makefile.am
index 3bd4591..1fcf003 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 --------------------------------------------------