summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-31 16:31:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-31 16:31:58 (GMT)
commit9079eb7c1fd0db5773bb7ceb79c8e1ab356b22fc (patch)
tree4eeb01f857d73884e6fe4c313507669af65f8833 /tools/h5ls
parentd9d6e19d6faa2fb60df8c8e011b4d0d66201de5c (diff)
downloadhdf5-9079eb7c1fd0db5773bb7ceb79c8e1ab356b22fc.zip
hdf5-9079eb7c1fd0db5773bb7ceb79c8e1ab356b22fc.tar.gz
hdf5-9079eb7c1fd0db5773bb7ceb79c8e1ab356b22fc.tar.bz2
Autotools reconfigure update
Diffstat (limited to 'tools/h5ls')
-rw-r--r--tools/h5ls/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5ls/Makefile.in b/tools/h5ls/Makefile.in
index 2ab6804..798062b 100644
--- a/tools/h5ls/Makefile.in
+++ b/tools/h5ls/Makefile.in
@@ -418,7 +418,7 @@ AMTAR = @AMTAR@
# AM_CFLAGS is an automake construct which should be used by Makefiles
# instead of CFLAGS, as CFLAGS is reserved solely for the user to define.
# This applies to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS as well.
-AM_CFLAGS = @AM_CFLAGS@ @H5_CFLAGS@
+AM_CFLAGS = @AM_CFLAGS@ @H5_CFLAGS@ @H5_ECFLAGS@
# Include src and tools/lib directories
AM_CPPFLAGS = @AM_CPPFLAGS@ @H5_CPPFLAGS@ -I$(top_srcdir)/src \
@@ -483,6 +483,7 @@ GREP = @GREP@
H5_CFLAGS = @H5_CFLAGS@
H5_CPPFLAGS = @H5_CPPFLAGS@
H5_CXXFLAGS = @H5_CXXFLAGS@
+H5_ECFLAGS = @H5_ECFLAGS@
H5_FCFLAGS = @H5_FCFLAGS@
H5_FORTRAN_SHARED = @H5_FORTRAN_SHARED@
H5_LDFLAGS = @H5_LDFLAGS@
@@ -602,6 +603,7 @@ docdir = $(exec_prefix)/doc
dvidir = @dvidir@
enable_shared = @enable_shared@
enable_static = @enable_static@
+examplesdir = @examplesdir@
exec_prefix = @exec_prefix@
fortran_linux_linker_option = @fortran_linux_linker_option@
host = @host@