diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-06-12 15:21:41 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-06-12 15:21:41 (GMT) |
commit | 5385f032dd5aaf9a09c2a86374c0d3a826e41010 (patch) | |
tree | 307786b2639ee1a7500b4f695213bd6201deae74 /MANIFEST | |
parent | 54a07f556cd2f3556f8c7946fe7905bc658a11aa (diff) | |
download | hdf5-5385f032dd5aaf9a09c2a86374c0d3a826e41010.zip hdf5-5385f032dd5aaf9a09c2a86374c0d3a826e41010.tar.gz hdf5-5385f032dd5aaf9a09c2a86374c0d3a826e41010.tar.bz2 |
Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow
disabling tests.
Moved h5cc.in from tools/src/misc to src directory to always create h5cc
whether or not tools are enabled.
Added configuration status of tools and tests to libhdf5.settings.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -934,6 +934,7 @@ ./src/H5Ztrans.c ./src/Makefile.am ./src/hdf5.h +./src/h5cc.in ./src/libhdf5.settings.in ./src/H5win32defs.h @@ -1538,7 +1539,6 @@ ./tools/lib/io_timer.h ./tools/src/misc/Makefile.am -./tools/src/misc/h5cc.in ./tools/src/misc/h5clear.c ./tools/src/misc/h5debug.c ./tools/src/misc/h5mkgrp.c |