vtep/automake.mk: Changes to support make distcheck.
authorAaron Conole <aaron@bytheb.org>
Mon, 20 Jul 2015 23:13:51 +0000 (19:13 -0400)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Jul 2015 17:39:23 +0000 (10:39 -0700)
Add autogenerated files to the CLEANFILES so that they are not kept around
after clean/distclean.

Signed-off-by: Aaron Conole <aaron@bytheb.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
vtep/automake.mk

index c712b0c..f44752d 100644 (file)
@@ -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