summaryrefslogtreecommitdiffstats
path: root/src/libhdf5.settings.in
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-25 17:59:37 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:56 (GMT)
commit03a86e551de0727d2ec75b24c606534feaf87ba0 (patch)
tree8c998177d314fa2ec2295689542531637e326569 /src/libhdf5.settings.in
parent5e3e0308dbf5880ffc8b403fac7233ce6c6d4413 (diff)
downloadhdf5-03a86e551de0727d2ec75b24c606534feaf87ba0.zip
hdf5-03a86e551de0727d2ec75b24c606534feaf87ba0.tar.gz
hdf5-03a86e551de0727d2ec75b24c606534feaf87ba0.tar.bz2
Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors will
occur. Next commit will demote the warnings promoted to errors back to warnings again.
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r--src/libhdf5.settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index 1591bed..0c2be75 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -39,7 +39,7 @@ Languages:
H5_CPPFLAGS: @H5_CPPFLAGS@
AM_CPPFLAGS: @AM_CPPFLAGS@
C Flags: @CFLAGS@
- H5 C Flags: @H5_CFLAGS@
+ H5 C Flags: @H5_CFLAGS@ @H5_ECFLAGS@
AM C Flags: @AM_CFLAGS@
Shared C Library: @enable_shared@
Static C Library: @enable_static@