From d43a0047151d490dcd061e3f105bfc4eb9fac854 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Mar 2012 12:31:38 +0200 Subject: New example that shows C++11 support, build infrastructure for C++11 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index abc87b1..764f277 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,10 @@ if HAVE_TR1_MEMORY SUBDIRS += __path__(tr1_dirs) endif +if HAVE_CXX11 +SUBDIRS += __path__(cxx11_dirs) +endif + if ODB_EXAMPLES_BOOST SUBDIRS += __path__(boost_dirs) endif -- cgit v1.1