summaryrefslogtreecommitdiff
path: root/include/openvswitch
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2019-02-08 19:48:55 +0300
committerBen Pfaff <blp@ovn.org>2019-02-11 08:44:04 -0800
commit914ea15d854c2106992d2f10ee9429ee07ae2b02 (patch)
tree575750a4410e6b2c9e378c8c7b271d8ed3ab723a /include/openvswitch
parentb95cd0e505e310285cdc4c5ce655a84a28d25a58 (diff)
downloadopenvswitch-914ea15d854c2106992d2f10ee9429ee07ae2b02.tar.gz
automake: Clean up cxxtest.cc.
'distcheck' complains on some configurations: ERROR: files left in build directory after distclean: ./include/openvswitch/cxxtest.cc CC: Ben Pfaff <blp@ovn.org> Fixes: 994bfc298502 ("Automatically verify that OVS header files work OK in C++ also.") Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/openvswitch')
-rw-r--r--include/openvswitch/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openvswitch/automake.mk b/include/openvswitch/automake.mk
index aede51566..73c346175 100644
--- a/include/openvswitch/automake.mk
+++ b/include/openvswitch/automake.mk
@@ -64,6 +64,7 @@ include/openvswitch/cxxtest.cc: \
for header in $(openvswitchinclude_HEADERS); do \
echo $$header; \
done | sed 's,^include/\(.*\)$$,#include <\1>,'; } > $@
+CLEANFILES += include/openvswitch/cxxtest.cc
endif
# OVS does not use C++ itself, but it provides public header files