diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 20:25:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 20:25:42 (GMT) |
commit | 1d312bff8025db0f1809caba7a31ba7a44730373 (patch) | |
tree | 3edf70a58eaed76c31f1c95ff03c9e11daf61f6f /tools/lib/Makefile.am | |
parent | 3431f74c438b25e7aeba9062ed1e948899457b46 (diff) | |
download | hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.zip hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.tar.gz hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.tar.bz2 |
[svn-r13589]
h5repack code cleaning (required reconfigure)
tested: linux (32, 64, parallel), solaris
Diffstat (limited to 'tools/lib/Makefile.am')
-rw-r--r-- | tools/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/Makefile.am b/tools/lib/Makefile.am index 69ad1a7..c7e26e0 100644 --- a/tools/lib/Makefile.am +++ b/tools/lib/Makefile.am @@ -28,7 +28,7 @@ noinst_LTLIBRARIES=libh5tools.la libh5tools_la_SOURCES=h5tools.c h5tools_str.c h5tools_utils.c h5diff.c \ h5diff_array.c h5diff_attr.c h5diff_dset.c h5diff_util.c h5trav.c \ - h5trav_table.c h5tools_filters.c h5tools_ref.c h5tools_type.c + h5tools_filters.c h5tools_ref.c h5tools_type.c # Test program. Link using libhdf5 and libh5tools TEST_PROG=talign |