Define SWIG_TYPE_TABLE as suggested by the SWIG documentation.

* wrap/python/Makefile.am: Add -DSWIG_TYPE_TABLE=spot.
This commit is contained in:
Alexandre Duret-Lutz 2010-12-23 22:29:35 +01:00
parent 8419cb6f8d
commit f1d3e999ae
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-12-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Define SWIG_TYPE_TABLE as suggested by the SWIG documentation.
* wrap/python/Makefile.am: Add -DSWIG_TYPE_TABLE=spot.
2010-12-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Use swig2.0 if available.