summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-09-27 16:02:48 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-09-27 16:02:48 +0000
commitc6abf35401a2ca73839fa3e4ff0612dbdd06005d (patch)
tree90007aa48d49260c2d66df3af519ca3a4fb39d6a /python
parent8d88b9ea3166990cc6c2b6800b172d7e1ddb8e5c (diff)
downloadlasso-c6abf35401a2ca73839fa3e4ff0612dbdd06005d.tar.gz
lasso-c6abf35401a2ca73839fa3e4ff0612dbdd06005d.tar.xz
lasso-c6abf35401a2ca73839fa3e4ff0612dbdd06005d.zip
swig files were split, dependencies needed to be updated
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 12eaa300..42399c59 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -17,8 +17,8 @@ else
_lasso_la_LDFLAGS = -no-undefined -module -avoid-version
endif
endif
-lasso_wrap.c lasso.py: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i \
- $(top_srcdir)/swig/inheritance.h
+SWIG_I_FILES=$(shell find $(top_srcdir)/swig/ -name '*.[ih]')
+lasso_wrap.c lasso.py: $(SWIG_I_FILES)
$(SWIG) -v -python -module lasso -o lasso_wrap.c $(top_srcdir)/swig/Lasso.i
cp lasso_wrap.c lasso_wrap.c.bak
sed -e 's/^ int res = 0;$$//' \