diff options
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 fbeb918b..3fbb04ff 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -17,7 +17,7 @@ _lasso_la_LDFLAGS = -no-undefined -module -avoid-version endif endif lasso_wrap.c lasso.py: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i - $(SWIG) -v -python -module lasso -o lasso_wrap.c $< + $(SWIG) -v -python -module lasso -o lasso_wrap.c $(top_srcdir)/swig/Lasso.i SWIG_OUTPUTS = lasso_wrap.c lasso.py |
