summaryrefslogtreecommitdiffstats
path: root/configure.in
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.in
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.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 722fb21..fbc3a5c 100644
--- a/configure.in
+++ b/configure.in
@@ -2401,6 +2401,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