summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-07-31 13:31:43 -0700
committerBen Pfaff <blp@ovn.org>2017-07-31 16:03:38 -0700
commit994bfc298502e6f9178dd231c569a6b305a8299f (patch)
treefa438d31d34e983b0cc2dd81903970be6d4d5859 /Makefile.am
parent4d617a87ec0be851a5a0d8f7f99ffb237a0ef397 (diff)
downloadopenvswitch-994bfc298502e6f9178dd231c569a6b305a8299f.tar.gz
Automatically verify that OVS header files work OK in C++ also.
This should help address a recurring problem. This change makes the OVS header files, when parsed by a C++ compiler, require C++11 or later. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9679379de..373ef6e91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,6 +108,7 @@ MAN_ROOTS =
noinst_DATA =
noinst_HEADERS =
lib_LTLIBRARIES =
+noinst_LTLIBRARIES =
noinst_man_MANS =
noinst_PROGRAMS =
noinst_SCRIPTS =