
## This is a C++11 package
CXX_STD = CXX11

## We need the headers in inst/include
PKG_CPPFLAGS = -I../inst/include/ -I. -DBOOST_NO_AUTO_PTR
