diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
