We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c118f9 commit b5ed993Copy full SHA for b5ed993
1 file changed
src/Makefile.am
@@ -45,7 +45,7 @@ if ENABLE_FORTRAN
45
libfmatio_la_CFLAGS = $(AM_CFLAGS)
46
libfmatio_la_LDFLAGS =
47
libmatio_la_LIBADD += libfmatio.la $(FCLIBS)
48
- libmatio_la_LDFLAGS = -no-undefined $(AM_LDFLAGS)
+ libmatio_la_LDFLAGS = -no-undefined -export-symbols-regex '(Mat_|__matio_MOD_)' $(AM_LDFLAGS)
49
nodist_include_HEADERS += matio.mod
50
noinst_HEADERS += fortran/create.f90 fortran/read_data.f90 \
51
fortran/write_data.f90 fortran/write.f90
0 commit comments