summaryrefslogtreecommitdiff
path: root/vtep/automake.mk
diff options
context:
space:
mode:
authorAaron Conole <aaron@bytheb.org>2015-07-20 19:13:51 -0400
committerBen Pfaff <blp@nicira.com>2015-07-21 10:39:23 -0700
commit1a16d008e6df913f65e038a6b91e84016d7bd749 (patch)
tree757e805d87a8ec177e4e6a3bd5ce0fcd7a607b82 /vtep/automake.mk
parent51d41d39d28fe7b6cfaf2e7bf55856a8fb5b312d (diff)
downloadopenvswitch-1a16d008e6df913f65e038a6b91e84016d7bd749.tar.gz
vtep/automake.mk: Changes to support make distcheck.
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>
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