Cleaned up Build.PL to get rid of settings particular to my machine.
[Math-GSL.git] / Diff.i
blobf2af2a4c2320e3041c34f18c0c04e4e2cc92fba5
1 %module Diff
2 %{
3 #include "gsl/gsl_diff.h"
4 %}
6 %include "gsl/gsl_diff.h"