cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/1796?usp=email )
Change subject: silence autoconf warnings about openvpnserv_testdriver_CFLAGS etc ...................................................................... silence autoconf warnings about openvpnserv_testdriver_CFLAGS etc Github: OpenVPN/openvpn#1079 Change-Id: I5295e5d26c5bf60cd9607da4c804d04f2144634a Signed-off-by: Gert Doering <[email protected]> Acked-by: Frank Lichtenheld <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1796 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg37699.html Signed-off-by: Gert Doering <[email protected]> --- M tests/unit_tests/openvpnserv/Makefile.am 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/tests/unit_tests/openvpnserv/Makefile.am b/tests/unit_tests/openvpnserv/Makefile.am index 6294c52..19de666 100644 --- a/tests/unit_tests/openvpnserv/Makefile.am +++ b/tests/unit_tests/openvpnserv/Makefile.am @@ -5,6 +5,7 @@ if WIN32 test_binaries = openvpnserv_testdriver endif +check_PROGRAMS = $(test_binaries) openvpnserv_testdriver_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/openvpn -I$(top_srcdir)/src/compat -I$(top_srcdir)/src/openvpnserv @TEST_CFLAGS@ openvpnserv_testdriver_LDFLAGS = @TEST_LDFLAGS@ -L$(top_srcdir)/src/openvpn -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1796?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I5295e5d26c5bf60cd9607da4c804d04f2144634a Gerrit-Change-Number: 1796 Gerrit-PatchSet: 2 Gerrit-Owner: cron2 <[email protected]> Gerrit-Reviewer: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]>
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
