Skip to content

Commit

Permalink
build: Clean up ovs-monitor-ipsec.
Browse files Browse the repository at this point in the history
This fixes travis distcheck:

  ERROR: files left in build directory after distclean:
  ./ipsec/ovs-monitor-ipsec
  make[1]: *** [distcleancheck] Error 1

Acked-by: Timothy Redaelli <tredaelli@redhat.com>
Fixes: d5cc46e ("ipsec: Use @python@ directly instead of "/usr/bin/env python"")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
igsilya authored and blp committed Nov 12, 2018
1 parent 2b20cc5 commit 7e0240e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipsec/automake.mk
Expand Up @@ -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

0 comments on commit 7e0240e

Please sign in to comment.