Ok, now a module undex Win32, and a lib under Linux (and other OS).

This commit is contained in:
Romain Chantereay 2004-09-07 14:25:48 +00:00
parent dcef5a4591
commit 68fe57242d
1 changed files with 4 additions and 0 deletions

View File

@ -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