summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-21 10:10:18 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-21 10:10:18 +0000
commit17c78aa7dffa1ef07771aa94d16eb299a43282ce (patch)
tree5231e4375e78561533856f772eec0d2d369b4acc /python
parent3446f1672f7bf1f5b8e587b25a0f993c8bc98782 (diff)
downloadlasso-17c78aa7dffa1ef07771aa94d16eb299a43282ce.tar.gz
lasso-17c78aa7dffa1ef07771aa94d16eb299a43282ce.tar.xz
lasso-17c78aa7dffa1ef07771aa94d16eb299a43282ce.zip
I prefer it that way
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 cfb0fc2a..54633bde 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -19,7 +19,7 @@ _lassomod_la_LIBADD = $(top_builddir)/lasso/liblasso.la \
_lassomod_la_LDFLAGS = -no-undefined \
-module -avoid-version
-$(PYTHON_PACKAGE)_wrap.c $(PYTHON_PACKAGE).py: $(srcdir)/../swig/Lasso.i
+$(PYTHON_PACKAGE)_wrap.c $(PYTHON_PACKAGE).py: $(top_srcdir)/swig/Lasso.i
$(SWIG) -v -python -module $(PYTHON_PACKAGE) -o $(PYTHON_PACKAGE)_wrap.c $<
# Dirty hack, another better way ?