summaryrefslogtreecommitdiffstats
path: root/src/libhdf5.settings.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-08-27 18:24:56 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-08-27 18:24:56 (GMT)
commit56ee1a2ea42f98743a76e2863359fb962c66e615 (patch)
tree8da560c3c0d160343356c20e80bbf1f14cb4009b /src/libhdf5.settings.in
parent258ee71a4f4e959993319a900a5b60f51c2ba7b8 (diff)
downloadhdf5-56ee1a2ea42f98743a76e2863359fb962c66e615.zip
hdf5-56ee1a2ea42f98743a76e2863359fb962c66e615.tar.gz
hdf5-56ee1a2ea42f98743a76e2863359fb962c66e615.tar.bz2
[svn-r1608] ./src/libhdf5.settings.in [1.2, 1.3]
Added C proprocessor flags and non-library linker flags to the description. ./src/H5T.c [1.2, 1.3] Changed return type in tracing macros to H5Tenum_nameof() and H5Tenum_valueof().
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r--src/libhdf5.settings.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index 6517922..7a59673 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -11,8 +11,8 @@ Libraries: @STATIC_SHARED@
Parallel support: @PARALLEL@
Installation point: @prefix@
Compiler: @CC_VERSION@
-Compiler switches: @CFLAGS@
-Extra libraries: @LIBS@
+Compiler switches: @CFLAGS@ @CPPFLAGS@
+Extra libraries: @LDFLAGS@ @LIBS@
Archiver: @AR@
Ranlib: @RANLIB@
Debugged Packages: @DEBUG_PKG@