diff options
Diffstat (limited to 'fortran/src/h5fc.in')
-rwxr-xr-x | fortran/src/h5fc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in index 0d24a92..2b92e6d 100755 --- a/fortran/src/h5fc.in +++ b/fortran/src/h5fc.in @@ -204,7 +204,7 @@ done # It's possible that there isn't a modules flag... fmodules="" if test -n "$F9XMODFLAG"; then - fmodules="${F9XMODFLAG}${libdir}" + fmodules="${F9XMODFLAG}${includedir}" fi if test "x$do_compile" = "xyes"; then |