diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-07 14:25:48 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-07 14:25:48 +0000 |
| commit | 68fe57242dead57b49265d03e1bfb3e311851fb5 (patch) | |
| tree | 60182ca6b2acf9b08a150008e3d2812dce539ab6 /java | |
| parent | dcef5a4591b2f2522040c5ae15bf6296b6e0cdc7 (diff) | |
| download | lasso-68fe57242dead57b49265d03e1bfb3e311851fb5.tar.gz lasso-68fe57242dead57b49265d03e1bfb3e311851fb5.tar.xz lasso-68fe57242dead57b49265d03e1bfb3e311851fb5.zip | |
Ok, now a module undex Win32, and a lib under Linux (and other OS).
Diffstat (limited to 'java')
| -rw-r--r-- | java/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
