0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

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 <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
This commit is contained in:
Frank Lichtenheld 2022-07-26 10:33:13 +02:00 committed by Gert Doering
parent a2d851d4fa
commit 3fb5665ec5

View File

@ -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 = \