Add autogenerated files to the CLEANFILES so that they are not kept around
 after clean/distclean.

Signed-off-by: Aaron Conole <aa...@bytheb.org>
---
 vtep/automake.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vtep/automake.mk b/vtep/automake.mk
index c712b0c..f44752d 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
-- 
1.9.1

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to