From fe9089337093c917d172aa26eedc9285c8bafb6a Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 6 Jan 2018 16:59:21 +0100 Subject: [PATCH] Don't include generated files into the tarball. --- systemd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/Makefile.am b/systemd/Makefile.am index b350847a..dac2b73d 100644 --- a/systemd/Makefile.am +++ b/systemd/Makefile.am @@ -4,7 +4,7 @@ CLEANFILES = tinc.service tinc@.service if WITH_SYSTEMD systemddir = @systemd_path@ -dist_systemd_DATA = tinc.service tinc@.service +nodist_systemd_DATA = tinc.service tinc@.service endif substitute = sed \ -- 2.20.1