diff options
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/Makefile.am | 3 | ||||
-rw-r--r-- | fortran/src/Makefile.in | 3 |
2 files changed, 6 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 diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index a6ec808..7b4ebea 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -363,6 +363,9 @@ settings_DATA = libhdf5_fortran.settings # is configured for parallel mode @BUILD_PARALLEL_CONDITIONAL_TRUE@H5FC_NAME = h5pfc +# Mark this directory as part of the Fortran API +HDF_FORTRAN = yes + # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., # lib_LIBRARIES are built for lib target), but EXTRA_LIB, EXTRA_PROG, and |