summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-03-01 22:41:03 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-03-01 22:41:03 (GMT)
commit76d11ae062f5eabc53df7b82e14b874ff8f0fff9 (patch)
tree64ccecc9487c8595e14929b9077e1fef57e147f0 /configure
parent5e90f5deb5c0938dc952b07395cfe1135a8d1503 (diff)
downloadhdf5-76d11ae062f5eabc53df7b82e14b874ff8f0fff9.zip
hdf5-76d11ae062f5eabc53df7b82e14b874ff8f0fff9.tar.gz
hdf5-76d11ae062f5eabc53df7b82e14b874ff8f0fff9.tar.bz2
[svn-r11998] Purpose:
Added HL examples Description: Added framework and three HL C examples to 1.6 branch. Solution: The HL C examples should compile with h5cc, and the code is in place to make them work with install, install-examples, etc., so it should be easy to add more examples. Platforms tested: mir, shanti
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f2b1e20..652a2a5 100755
--- a/configure
+++ b/configure
@@ -36694,6 +36694,7 @@ fi
# to do : fortran with hl
if test "X$HDF5_HL" = "Xyes"; then
HL_FILES="hl/Makefile
+ hl/examples/Makefile
hl/src/Makefile
hl/test/Makefile"
fi