diff options
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/Makefile.am | 6 | ||||
-rw-r--r-- | fortran/test/Makefile.in | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am index b9f0b8d..ea9fd71 100644 --- a/fortran/test/Makefile.am +++ b/fortran/test/Makefile.am @@ -23,12 +23,12 @@ include $(top_srcdir)/config/commence.am AM_FFLAGS=-I$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src INCLUDES=-I$(top_srcdir)/src +# Fortran libraries are linked statically to solve a build problem. +AM_LDFLAGS=-static + # The Fortran test library lib_LTLIBRARIES=libh5test_fortran.la -# Fortran library is linked statically to solve a build problem. -libh5test_fortran_la_LDFLAGS=-static - # Our main targets, the tests themselves TEST_PROG=fortranlib_test fflush1 fflush2 check_PROGRAMS=$(TEST_PROG) diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index d9ad763..f2fbab663 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -197,12 +197,12 @@ F9XMODFLAG = @F9XMODFLAG@ AM_FFLAGS = -I$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src INCLUDES = -I$(top_srcdir)/src +# Fortran libraries are linked statically to solve a build problem. +AM_LDFLAGS = -static + # The Fortran test library lib_LTLIBRARIES = libh5test_fortran.la -# Fortran library is linked statically to solve a build problem. -libh5test_fortran_la_LDFLAGS = -static - # Our main targets, the tests themselves TEST_PROG = fortranlib_test fflush1 fflush2 check_PROGRAMS = $(TEST_PROG) @@ -251,6 +251,7 @@ CONFIG_HEADER = $(top_builddir)/src/H5config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) +libh5test_fortran_la_LDFLAGS = libh5test_fortran_la_LIBADD = am_libh5test_fortran_la_OBJECTS = fortranlib_test.lo tH5F.lo tH5D.lo \ tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo tH5Sselect.lo tH5P.lo \ |