diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-16 18:36:34 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-04-16 18:36:34 (GMT) |
commit | 0cc9b0c79f9cc2df7d6101896effc53ca70c637a (patch) | |
tree | d09f664a9f155663b8c964ab2a5d5995bca32234 /Makefile.in | |
parent | 7984de553e8ad2bbafa0840b207e762e2ed68f58 (diff) | |
download | hdf5-0cc9b0c79f9cc2df7d6101896effc53ca70c637a.zip hdf5-0cc9b0c79f9cc2df7d6101896effc53ca70c637a.tar.gz hdf5-0cc9b0c79f9cc2df7d6101896effc53ca70c637a.tar.bz2 |
[svn-r26825] Added include for preprocessing fortran files with configure definitions
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index edee230..73000af 100644 --- a/Makefile.in +++ b/Makefile.in @@ -128,7 +128,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/src/H5config.h +CONFIG_HEADER = $(top_builddir)/src/H5config.h \ + $(top_builddir)/fortran/src/H5config_f.inc CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) |