tests/automake.mk: Changes to support make distcheck.
authorAaron Conole <aaron@bytheb.org>
Mon, 20 Jul 2015 23:13:50 +0000 (19:13 -0400)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Jul 2015 17:38:43 +0000 (10:38 -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>
tests/automake.mk

index 8b54764..1fdb71f 100644 (file)
@@ -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 $@