From: Frank Lichtenheld Date: Tue, 26 Jul 2022 08:33:13 +0000 (+0200) Subject: systemd: remove generated service files on clean X-Git-Tag: v2.6_beta1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb5665ec5b70b665c0a8094de20042be0e392de;p=thirdparty%2Fopenvpn.git systemd: remove generated service files on clean Found this when trying to build the Debian package twice in a row. Which failed since then there were additional files. Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20220726083313.14067-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24740.html Signed-off-by: Gert Doering --- diff --git a/distro/systemd/Makefile.am b/distro/systemd/Makefile.am index 322bd535d..d35c137d2 100644 --- a/distro/systemd/Makefile.am +++ b/distro/systemd/Makefile.am @@ -21,6 +21,7 @@ if ENABLE_SYSTEMD systemdunit_DATA = \ openvpn-client@.service \ openvpn-server@.service +CLEANFILES = $(systemdunit_DATA) tmpfiles_DATA = \ tmpfiles-openvpn.conf dist_doc_DATA = \