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. --- csharp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp') diff --git a/csharp/Makefile.am b/csharp/Makefile.am index 7bbbbe7c..a1829089 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -15,7 +15,7 @@ liblassosharpglue_la_LIBADD = \ liblassosharpglue_la_LDFLAGS = -no-undefined -module -avoid-version -liblassosharpglue_wrap.c: $(top_srcdir)/swig/Lasso.i +liblassosharpglue_wrap.c: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i $(SWIG) -v -csharp -module lasso -o liblassosharpglue_wrap.c $< cp liblassosharpglue_wrap.c liblassosharpglue_wrap.c.bak sed -e 's/(char \*) "\(.*\)"/malloc("\1")/' \ -- cgit