diff options
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r-- | fortran/src/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 810c00f..af37dc8 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -17,6 +17,9 @@ TRACE=perl $(top_srcdir)/bin/trace ## Add `-I.' to the C preprocessor flags. CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@ +MFLAG=@F9XMODFLAG@ +FFLAGS=$(MFLAG). @FFLAGS@ + ## This is our main target LIB=libhdf5_fortran.la DISTCLEAN=H5fortran_types.f90 |