diff options
Diffstat (limited to 'fortran/test/Makefile.am')
-rw-r--r-- | fortran/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am index 67b39e2..36b9adc 100644 --- a/fortran/test/Makefile.am +++ b/fortran/test/Makefile.am @@ -99,7 +99,7 @@ H5_test_buildiface_LDADD = H5_test_buildiface$(EXEEXT): $(H5_test_buildiface_SOURCES) - $(FC) $(FCFLAGS) $< -o $@ -I. + $(FC) $(FCFLAGS) $< -o $@ -I$(top_builddir)/fortran/src # fflush2 depends on files created by fflush1 fflush2.chkexe_: fflush1.chkexe_ |