From 68fe57242dead57b49265d03e1bfb3e311851fb5 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Tue, 7 Sep 2004 14:25:48 +0000 Subject: Ok, now a module undex Win32, and a lib under Linux (and other OS). --- java/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'java/Makefile.am') diff --git a/java/Makefile.am b/java/Makefile.am index fee84602..512ebc8e 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -12,7 +12,11 @@ javalib_LTLIBRARIES = jlasso.la 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) +if MINGW jlasso_la_LDFLAGS = -no-undefined -avoid-version -module +else +jlasso_la_LDFLAGS = -no-undefined -avoid-version +endif javashare_DATA = lasso.jar -- cgit