summaryrefslogtreecommitdiff
path: root/vtep/automake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vtep/automake.mk')
-rw-r--r--vtep/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtep/automake.mk b/vtep/automake.mk
index c712b0c91..f44752d97 100644
--- a/vtep/automake.mk
+++ b/vtep/automake.mk
@@ -10,7 +10,7 @@ VTEP_IDL_FILES = \
vtep/vtep-idl.ovsidl: $(VTEP_IDL_FILES)
$(AM_V_GEN)$(OVSDB_IDLC) annotate $(VTEP_IDL_FILES) > $@.tmp && \
mv $@.tmp $@
-CLEANFILES += vtep/vtep-idl.c vtep/vtep-idl.h
+CLEANFILES += vtep/vtep-idl.c vtep/vtep-idl.h vtep/vtep-idl.ovsidl
# libvtep
lib_LTLIBRARIES += vtep/libvtep.la