## We want C++11 
CXX_STD = CXX11

## We need the headers exported via inst/include
PKG_CPPFLAGS = -I../inst/include/ 
