summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: