From 74d5b228367186a544da1c2bb37bb505516d7aa0 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 10 Apr 2016 14:30:20 +0200 Subject: [PATCH] Ensure the service files are in the tarball. --- distro/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- 2.20.1