Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f1d3e999
Commit
f1d3e999
authored
Dec 23, 2010
by
Alexandre Duret-Lutz
Browse files
Define SWIG_TYPE_TABLE as suggested by the SWIG documentation.
* wrap/python/Makefile.am: Add -DSWIG_TYPE_TABLE=spot.
parent
8419cb6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f1d3e999
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>
2010-12-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Use swig2.0 if available.
Use swig2.0 if available.
...
...
wrap/python/Makefile.am
View file @
f1d3e999
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
SUBDIRS
=
.
cgi-bin tests
SUBDIRS
=
.
cgi-bin tests
AM_CPPFLAGS
=
-I
$(PYTHONINC)
-I
$(top_srcdir)
/src
$(BUDDY_CPPFLAGS)
AM_CPPFLAGS
=
-I
$(PYTHONINC)
-I
$(top_srcdir)
/src
$(BUDDY_CPPFLAGS)
\
-DSWIG_TYPE_TABLE
=
spot
EXTRA_DIST
=
spot.i buddy.i
EXTRA_DIST
=
spot.i buddy.i
python_PYTHON
=
$(srcdir)
/spot.py
$(srcdir)
/buddy.py
python_PYTHON
=
$(srcdir)
/spot.py
$(srcdir)
/buddy.py
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment