diff options
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/Makefile.am | 3 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/fortran/src/Makefile.am b/fortran/src/Makefile.am index 481eb89..9b83a9d 100644 --- a/fortran/src/Makefile.am +++ b/fortran/src/Makefile.am @@ -26,9 +26,6 @@ AM_FCFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/fortran AM_FCLIBS=$(LIBHDF5) -# Fortran libraries are linked statically to solve a build problem. -AM_LDFLAGS=-static - # This is our main target, the fortran library lib_LTLIBRARIES=libhdf5_fortran.la diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index f91e7a8..ab6fb9a 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -350,9 +350,6 @@ INCLUDES = -I$(top_srcdir)/src AM_FCFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/fortran AM_FCLIBS = $(LIBHDF5) -# Fortran libraries are linked statically to solve a build problem. -AM_LDFLAGS = -static - # This is our main target, the fortran library lib_LTLIBRARIES = libhdf5_fortran.la @BUILD_PARALLEL_CONDITIONAL_FALSE@PARALLEL_COND_SRC = HDF5.f90 |