From: Mike Gilbert Date: Tue, 2 Dec 2014 19:34:22 +0000 (-0500) Subject: Include systemd units in the source tarball (make dist) X-Git-Tag: v2.4_alpha1~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ece60c6dc7a3cda58f4dfea4e6cd3016023234f;p=thirdparty%2Fopenvpn.git Include systemd units in the source tarball (make dist) Acked-by: David Sommerseth Message-Id: 1417548862-24990-1-git-send-email-floppym@gentoo.org URL: http://article.gmane.org/gmane.network.openvpn.devel/9299 Signed-off-by: David Sommerseth --- diff --git a/distro/Makefile.am b/distro/Makefile.am index 2dd6a6ee8..bd65b79be 100644 --- a/distro/Makefile.am +++ b/distro/Makefile.am @@ -13,3 +13,5 @@ MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in SUBDIRS = rpm + +EXTRA_DIST = systemd/openvpn-client@.service systemd/openvpn-server@.service