* wrap/python/ltihooks.py: New file.

* wrap/python/Makefile.am (EXTRA_DIST): Add ltihooks.py.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-31 16:54:37 +00:00
parent 525cc01696
commit a6bb5eaa5b
3 changed files with 65 additions and 1 deletions

View file

@ -8,7 +8,7 @@ _spot_la_SOURCES = spot_wrap.cxx
_spot_la_LDFLAGS = -avoid-version -module
_spot_la_LIBADD = $(top_builddir)/src/libspot.la
EXTRA_DIST = spot.i
EXTRA_DIST = ltihooks.py spot.i
spot_wrap.cxx: spot.i
swig -c++ -python -I$(top_srcdir)/src spot.i