diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-08-01 03:51:53 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-08-01 03:51:53 (GMT) |
commit | 4227b8948d7091205b4f8dc1271d7dcae01bb0fb (patch) | |
tree | 313fdac807a3670596692905e94aa47b4bcdc5b8 /hl/fortran/examples/Makefile.am | |
parent | 438935557e04d6025a389fbe5fccb6290a62c054 (diff) | |
download | hdf5-4227b8948d7091205b4f8dc1271d7dcae01bb0fb.zip hdf5-4227b8948d7091205b4f8dc1271d7dcae01bb0fb.tar.gz hdf5-4227b8948d7091205b4f8dc1271d7dcae01bb0fb.tar.bz2 |
Reverts the removal of config/conclude_fc.am while keeping
the changes to config/gnu-fflags.
Diffstat (limited to 'hl/fortran/examples/Makefile.am')
-rw-r--r-- | hl/fortran/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/examples/Makefile.am b/hl/fortran/examples/Makefile.am index 71c2866..d383f9a 100644 --- a/hl/fortran/examples/Makefile.am +++ b/hl/fortran/examples/Makefile.am @@ -62,4 +62,4 @@ EXAMPLETOPDIR=${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl # and fortran libraries above. include $(top_srcdir)/config/examples.am -include $(top_srcdir)/config/conclude.am +include $(top_srcdir)/config/conclude_fc.am |