diff options
Diffstat (limited to 'fortran/test/Makefile.in')
-rw-r--r-- | fortran/test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index f7a318a..a736e52 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -194,9 +194,10 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ # Include files -AM_FFLAGS = -I$(top_builddir)/fortran/src -M$(top_builddir)/fortran/src +AM_FFLAGS = -I$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src AM_CFLAGS = -I$(top_srcdir)/src # The Fortran test library |