diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-09 18:07:39 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-09 18:07:39 (GMT) |
commit | 108a61528aaa7a1f0da743697d1889d7c3afe738 (patch) | |
tree | b4da2b44c42844d8414a3c046120dce6d6600529 /tools/misc/Makefile.am | |
parent | 0a2e76ff1ee1e1a32f3d8bd29df155958b0d2e68 (diff) | |
download | hdf5-108a61528aaa7a1f0da743697d1889d7c3afe738.zip hdf5-108a61528aaa7a1f0da743697d1889d7c3afe738.tar.gz hdf5-108a61528aaa7a1f0da743697d1889d7c3afe738.tar.bz2 |
[svn-r11226] Purpose: Bug fix.
Description: The change made yesterday regarding repart_test.c wasn't right.
Solution: Roll back to v1.6 until a solution is figured out.
Platforms tested: fuss - simple change.
Diffstat (limited to 'tools/misc/Makefile.am')
-rw-r--r-- | tools/misc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile.am b/tools/misc/Makefile.am index 2a050ed..d8a8a1a 100644 --- a/tools/misc/Makefile.am +++ b/tools/misc/Makefile.am @@ -35,7 +35,7 @@ if BUILD_PDB2HDF_CONDITIONAL endif # These are our main targets, the tools -bin_PROGRAMS=h5debug h5repart $(PDB2HDF) +bin_PROGRAMS=h5debug h5repart $(PDB2HDF) repart_test bin_SCRIPTS=h5redeploy # Tell automake to clean h5redeploy script |