This fixes travis distcheck: ERROR: files left in build directory after distclean: ./ipsec/ovs-monitor-ipsec make[1]: *** [distcleancheck] Error 1
CC: Timothy Redaelli <[email protected]> Fixes: d5cc46e3d185 ("ipsec: Use @PYTHON@ directly instead of "/usr/bin/env python"") Signed-off-by: Ilya Maximets <[email protected]> --- ipsec/automake.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ipsec/automake.mk b/ipsec/automake.mk index 66515e8f8..d50c8627b 100644 --- a/ipsec/automake.mk +++ b/ipsec/automake.mk @@ -8,3 +8,4 @@ bin_SCRIPTS += ipsec/ovs-monitor-ipsec EXTRA_DIST += ipsec/ovs-monitor-ipsec.in FLAKE8_PYFILES += ipsec/ovs-monitor-ipsec.in +CLEANFILES += ipsec/ovs-monitor-ipsec -- 2.17.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
