In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / DHT.i
blobd5952c903967d6d61de44fbed62fe3cc1bb534f3
1 %module "Math::GSL::DHT"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %{
6 #include "gsl/gsl_dht.h"
7 %}
9 %include "gsl/gsl_dht.h"
10 %include "../pod/DHT.pod"