* wrap/python/Makefile.am (spot_wrap.cxx, spot.py): Lookup
spot.i in $(srcdir).
This commit is contained in:
parent
0c50e20ffd
commit
a066bd459c
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-08-01 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* wrap/python/Makefile.am (spot_wrap.cxx, spot.py): Lookup
|
||||
spot.i in $(srcdir).
|
||||
|
||||
2003-07-31 Alexandre Duret-Lutz <adl@gnu.org>
|
||||
|
||||
* configure.ac: Output wrap/python/tests/Makefile
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ _spot_la_LDFLAGS = -avoid-version -module
|
|||
_spot_la_LIBADD = $(top_builddir)/src/libspot.la
|
||||
|
||||
EXTRA_DIST = ltihooks.py spot.i
|
||||
spot_wrap.cxx: spot.i
|
||||
swig -c++ -python -I$(top_srcdir)/src spot.i
|
||||
spot_wrap.cxx: $(srcdir)/spot.i
|
||||
swig -c++ -python -I$(top_srcdir)/src $(srcdir)/spot.i
|
||||
|
||||
spot.py: spot.i
|
||||
spot.py: $(srcdir)/spot.i
|
||||
$(MAKE) $(AM_MAKEFLAGS) spot_wrap.cxx
|
||||
|
||||
MAINTAINERCLEANFILES = spot_wrap.cxx spot.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue