From: Guus Sliepen Date: Sun, 10 Apr 2016 12:30:20 +0000 (+0200) Subject: Ensure the service files are in the tarball. X-Git-Tag: release-1.0.28~3 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=74d5b228367186a544da1c2bb37bb505516d7aa0 Ensure the service files are in the tarball. --- diff --git a/distro/Makefile.am b/distro/Makefile.am index 4e41f3b9..286c7b76 100644 --- a/distro/Makefile.am +++ b/distro/Makefile.am @@ -1,3 +1,7 @@ +EXTRA_DIST = \ + tinc.service \ + tinc@.service + if HAVE_SYSTEMD systemdsystemunit_DATA = \ tinc.service \