aboutsummaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authorFrank Lichtenheld2022-07-26 10:33:13 +0200
committerGert Doering2022-07-27 20:19:51 +0200
commit3fb5665ec5b70b665c0a8094de20042be0e392de (patch)
treefa1fc0815cc75b302ebdf916778f30830a5f5109 /distro
parenta2d851d4fa69792f2bcde568e43ec0879d757788 (diff)
downloadopenvpn-3fb5665ec5b70b665c0a8094de20042be0e392de.zip
openvpn-3fb5665ec5b70b665c0a8094de20042be0e392de.tar.gz
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>
Diffstat (limited to 'distro')
-rw-r--r--distro/systemd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/distro/systemd/Makefile.am b/distro/systemd/Makefile.am
index 322bd53..d35c137 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 = \