summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-04-18 15:38:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-04-18 19:13:22 (GMT)
commitd5da45e168a4e5efeab22c800e5d8d9ff76ea853 (patch)
tree0d9a030d2d56731193709865011fd854ad3279a8 /java
parented9ffe724978a76043cc47d80623c7bdb4f34f60 (diff)
downloadhdf5-d5da45e168a4e5efeab22c800e5d8d9ff76ea853.zip
hdf5-d5da45e168a4e5efeab22c800e5d8d9ff76ea853.tar.gz
hdf5-d5da45e168a4e5efeab22c800e5d8d9ff76ea853.tar.bz2
Add plugin options for libs
Diffstat (limited to 'java')
-rw-r--r--java/src/jni/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/jni/Makefile.am b/java/src/jni/Makefile.am
index 84b8f9c..baecc46 100644
--- a/java/src/jni/Makefile.am
+++ b/java/src/jni/Makefile.am
@@ -29,7 +29,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/java/src/jni $(JNIFLAGS)
lib_LTLIBRARIES=libhdf5_java.la
# Add libtool numbers to the HDF5 Java (JNI) library (from config/lt_vers.am)
-libhdf5_java_la_LDFLAGS= -version-info $(LT_JAVA_VERS_INTERFACE):$(LT_JAVA_VERS_REVISION):$(LT_JAVA_VERS_AGE) $(AM_LDFLAGS)
+libhdf5_java_la_LDFLAGS = -module -shared -export-dynamic -version-info $(LT_JAVA_VERS_INTERFACE):$(LT_JAVA_VERS_REVISION):$(LT_JAVA_VERS_AGE) $(AM_LDFLAGS)
# Source files for the library
libhdf5_java_la_SOURCES=exceptionImp.c h5Constants.c nativeData.c h5util.c h5Imp.c \