summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 4a450524..0df82a46 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -20,7 +20,7 @@ _lassomod_la_LDFLAGS= -module -avoid-version \
$(NULL)
$(PYTHON_PACKAGE)_wrap.c: $(srcdir)/../swig/Lasso.i
- swig -v -python -module $(PYTHON_PACKAGE) -o $@ $<
+ $(SWIG) -v -python -module $(PYTHON_PACKAGE) -o $@ $<
# Dirty hack, another better way ?
.deps/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo: