From ce352716fd2c3ae3ff7a20c7f56b79b0d1c97638 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 7 Sep 2004 17:07:59 +0000 Subject: Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs. --- java/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java') diff --git a/java/Makefile.am b/java/Makefile.am index 0e746b30..9e959ba7 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -16,7 +16,8 @@ endif jlasso_la_SOURCES = lasso_wrap.c jlasso_la_CFLAGS = $(JDK_INCLUDES) $(LASSO_CFLAGS) -I$(top_srcdir) jlasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS) -jlasso_la_LDFLAGS = -no-undefined -avoid-version -module +jlasso_la_LDFLAGS = -no-undefined -avoid-version -module \ + -Wl,--add-stdcall-alias libjlasso_la_SOURCES = lasso_wrap.c libjlasso_la_CFLAGS = $(JDK_INCLUDES) $(LASSO_CFLAGS) -I$(top_srcdir) -- cgit