From 6e374de9ae2f2978f2fca3390aba4ea3f72bfade Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 10:37:53 +0200 Subject: Switch to C++11, get rid of auto_ptr use --- odb/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/Makefile.am') diff --git a/odb/Makefile.am b/odb/Makefile.am index a8d3ba3..c0d4ce1 100644 --- a/odb/Makefile.am +++ b/odb/Makefile.am @@ -9,6 +9,11 @@ plugin_LTLIBRARIES = odb.la AM_CPPFLAGS = -I'$(top_builddir)' -I'$(top_srcdir)' +# Note: not passed by libtool when linking odb.so. Seems to be harmless for +# now. +# +AM_CXXFLAGS = -std=c++0x + EXTRA_DIST = __path__(headers) __path__(extra_dist) # Plugin. -- cgit v1.1