Skip to content
GitLab
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
a066bd45
Commit
a066bd45
authored
Aug 01, 2003
by
Alexandre Duret-Lutz
Browse files
* wrap/python/Makefile.am (spot_wrap.cxx, spot.py): Lookup
spot.i in $(srcdir).
parent
0c50e20f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a066bd45
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
...
...
wrap/python/Makefile.am
View file @
a066bd45
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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