diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-11-04 14:34:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-11-04 14:34:01 (GMT) |
commit | 070362cc93793f3b4fa3cc9bc44b235461520408 (patch) | |
tree | 0032c9ec501e76a17069c415b0f7871eb374707c /MANIFEST | |
parent | b2948d9f97958dba883a9c0d3f80bf9c7df9fe42 (diff) | |
download | hdf5-070362cc93793f3b4fa3cc9bc44b235461520408.zip hdf5-070362cc93793f3b4fa3cc9bc44b235461520408.tar.gz hdf5-070362cc93793f3b4fa3cc9bc44b235461520408.tar.bz2 |
Fix mktarball errors with Manifest
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1263,6 +1263,7 @@ # h5format_convert sources ./tools/src/h5format_convert/Makefile.am ./tools/src/h5format_convert/h5format_convert.c +./tools/test/h5format_convert/Makefile.am ./tools/test/h5format_convert/h5fc_chk_idx.c ./tools/test/h5format_convert/h5fc_gentest.c ./tools/test/h5format_convert/testfiles/h5fc_v_n_all.ddl @@ -1336,7 +1337,6 @@ ./tools/src/h5ls/Makefile.am ./tools/src/h5ls/h5ls.c ./tools/test/h5ls/Makefile.am -./tools/test/h5ls/CMakeTestsVDS.cmake ./tools/test/h5ls/testh5ls.sh.in ./tools/test/h5ls/testh5lsvds.sh.in @@ -2973,6 +2973,9 @@ ./tools/test/h5dump/CMakeTestsPBITS.cmake ./tools/test/h5dump/CMakeTestsXML.cmake ./tools/test/h5dump/CMakeTestsVDS.cmake +./tools/src/h5format_convert/CMakeLists.txt +./tools/test/h5format_convert/CMakeLists.txt +./tools/test/h5format_convert/CMakeTests.cmake ./tools/src/h5import/CMakeLists.txt ./tools/test/h5import/CMakeLists.txt ./tools/test/h5import/CMakeTests.cmake |