summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 3fbb04ff..99af098a 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -16,7 +16,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
+lasso_wrap.c lasso.py: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i \
+ $(top_srcdir)/swig/inheritance.h
$(SWIG) -v -python -module lasso -o lasso_wrap.c $(top_srcdir)/swig/Lasso.i
SWIG_OUTPUTS = lasso_wrap.c lasso.py