From 9c45b86263ef37e1de5e48a53d82f277b86bfcd8 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 23 Dec 2004 10:11:25 +0000 Subject: Commited Nicolas SWIG binding for WSF since he is on vacation. --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index 34cd8e5d..fbeb918b 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -16,7 +16,7 @@ else _lasso_la_LDFLAGS = -no-undefined -module -avoid-version endif endif -lasso_wrap.c lasso.py: $(top_srcdir)/swig/Lasso.i +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_OUTPUTS = lasso_wrap.c lasso.py -- cgit