In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / RNG.i
blob868197bf1be185d9d5a37d45e317763c59effe40
1 %module "Math::GSL::RNG"
2 %include "gsl_typemaps.i"
3 %{
4 #include "gsl/gsl_rng.h"
5 %}
6 %import "gsl/gsl_types.h"
8 %include "gsl/gsl_rng.h"
9 %include "../pod/RNG.pod"