summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2017-06-21 16:25:19 -0700
committerJoe Stringer <joe@ovn.org>2017-06-21 17:17:11 -0700
commitc349e4a03797f52756733d0b85b4449ed6a11a66 (patch)
tree0863556aefb8f24fa13d8d65d8f355d0bc16c4a0 /vtep
parenta9fedc789078024cce8af6af267521f58760f31f (diff)
downloadopenvswitch-c349e4a03797f52756733d0b85b4449ed6a11a66.tar.gz
distclean: Fix ovs-vtep and docker drivers.
Commit b49a959bac47 ("Use @PYTHON@ directly instead of "#! /usr/bin/env"") broke distclean, as it doesn't clean up the generated python scripts after building. Fix by adding the new script files to CLEANFILES. Fixes: b49a959bac47 ("Use @PYTHON@ directly instead of "#! /usr/bin/env"") Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vtep')
-rw-r--r--vtep/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vtep/automake.mk b/vtep/automake.mk
index bd419cd33..069e1906c 100644
--- a/vtep/automake.mk
+++ b/vtep/automake.mk
@@ -41,6 +41,7 @@ scripts_SCRIPTS += \
vtep/ovs-vtep
EXTRA_DIST += vtep/ovs-vtep.in
+CLEANFILES += vtep/ovs-vtep
FLAKE8_PYFILES += vtep/ovs-vtep