From e81023f00bbc503c41cea0a988a0ac00edae754a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Samuli=20Sepp=C3=A4nen?= Date: Tue, 8 Nov 2016 14:55:28 +0200 Subject: [PATCH] Make sure that all relevant files under test go to release tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Samuli Seppänen Acked-by: Gert Doering Message-Id: <1478609729-25222-4-git-send-email-samuli@openvpn.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12955.html Signed-off-by: Gert Doering --- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 235cd1328..e55928b57 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,4 +24,8 @@ TESTS = $(test_scripts) dist_noinst_SCRIPTS = \ $(test_scripts) \ - t_cltsrv-down.sh + t_cltsrv-down.sh \ + update_t_client_ips.sh + +dist_noinst_DATA = \ + t_client.rc-sample -- 2.47.2