diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-19 10:11:40 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-19 10:11:40 +0000 |
| commit | 6fdcd66750821e615ea13ddf13ab9ad68ed523aa (patch) | |
| tree | d1ef1878874b4d7c3248a8030d64199be7a44127 /python | |
| parent | 956c94f23ed04b10c410a07337e42a4c413fd209 (diff) | |
| download | lasso-6fdcd66750821e615ea13ddf13ab9ad68ed523aa.tar.gz lasso-6fdcd66750821e615ea13ddf13ab9ad68ed523aa.tar.xz lasso-6fdcd66750821e615ea13ddf13ab9ad68ed523aa.zip | |
If swig not present: SWIG=echo
python automake use $SWIG instead of swig.
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile.am | 2 |
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: |
