[ovs-dev] [PATCH v2 4/5] tests/automake.mk: Changes to support make distcheck

Aaron Conole aaron at bytheb.org
Mon Jul 20 23:13:50 UTC 2015


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

Signed-off-by: Aaron Conole <aaron at bytheb.org>
---
 tests/automake.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/automake.mk b/tests/automake.mk
index 8b54764..1fdb71f 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -246,6 +246,7 @@ tests_test_lib_LDADD = lib/libopenvswitch.la
 OVSIDL_BUILT += tests/idltest.c tests/idltest.h tests/idltest.ovsidl
 IDLTEST_IDL_FILES = tests/idltest.ovsschema tests/idltest.ann
 EXTRA_DIST += $(IDLTEST_IDL_FILES) tests/idltest2.ovsschema
+CLEANFILES += tests/idltest.c tests/idltest.h tests/idltest.ovsidl
 tests/idltest.ovsidl: $(IDLTEST_IDL_FILES)
 	$(AM_V_GEN)$(OVSDB_IDLC) -C $(srcdir) annotate $(IDLTEST_IDL_FILES) > $@.tmp && \
 	mv $@.tmp $@
-- 
1.9.1




More information about the dev mailing list