On Mon, 12 Nov 2018 13:34:11 +0300 Ilya Maximets <[email protected]> wrote:
> 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 Acked-By: Timothy Redaelli <[email protected]> Note: Your patch may need to be applied manually if https://patchwork.ozlabs.org/patch/996090/ is applied first. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
