summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 16:07:21 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 16:07:21 +0000
commit2a04314597ae112b9ed2fc47594d9fb1fef493bf (patch)
tree188510eb23e49446b00c3dce19f002db994131e9 /python
parentfc22fce44e26795fe629334979fd5444a1b83e28 (diff)
downloadlasso-2a04314597ae112b9ed2fc47594d9fb1fef493bf.tar.gz
lasso-2a04314597ae112b9ed2fc47594d9fb1fef493bf.tar.xz
lasso-2a04314597ae112b9ed2fc47594d9fb1fef493bf.zip
The rules generating the C wrapper is defined generating the python wrapper too.
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 0df82a46..197c0530 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -19,8 +19,8 @@ _lassomod_la_LDFLAGS= -module -avoid-version \
-version-info @LASSO_VERSION_INFO@ \
$(NULL)
-$(PYTHON_PACKAGE)_wrap.c: $(srcdir)/../swig/Lasso.i
- $(SWIG) -v -python -module $(PYTHON_PACKAGE) -o $@ $<
+$(PYTHON_PACKAGE)_wrap.c $(PYTHON_PACKAGE).py: $(srcdir)/../swig/Lasso.i
+ $(SWIG) -v -python -module $(PYTHON_PACKAGE) -o $(PYTHON_PACKAGE)_wrap.c $<
# Dirty hack, another better way ?
.deps/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo: