diff options
Diffstat (limited to 'fortran/src/Makefile.am')
-rw-r--r-- | fortran/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/Makefile.am b/fortran/src/Makefile.am index b044694..88340a3 100644 --- a/fortran/src/Makefile.am +++ b/fortran/src/Makefile.am @@ -92,6 +92,9 @@ else H5FC_NAME = h5fc endif +# Mark this directory as part of the Fortran API +HDF_FORTRAN=yes + # Hardcode the dependencies of these files. There isn't a known way of # determining this automagically (like we do with the C files). So, when # doing a parallel make, some modules could be made way before the |