diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-17 20:49:43 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-08-17 20:49:43 (GMT) |
commit | 7a30bcece91480230f564046c6513dfb2449e0a4 (patch) | |
tree | 3f6334b6659d20927ce447f03589fc5a0bc35594 /tools/misc/Makefile.am | |
parent | 7bbea1371134d93939225593a0a730db9b8e9c7b (diff) | |
download | hdf5-7a30bcece91480230f564046c6513dfb2449e0a4.zip hdf5-7a30bcece91480230f564046c6513dfb2449e0a4.tar.gz hdf5-7a30bcece91480230f564046c6513dfb2449e0a4.tar.bz2 |
[svn-r11260] Purpose: Bug fix
Description: repart_test.c was mistakenly treated as a tool, instead of a test program.
Solution: Took it out of the tool list.
Platforms tested: fuss - simple change.
Diffstat (limited to 'tools/misc/Makefile.am')
-rw-r--r-- | tools/misc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/misc/Makefile.am b/tools/misc/Makefile.am index d8a8a1a..2eadd50 100644 --- a/tools/misc/Makefile.am +++ b/tools/misc/Makefile.am @@ -26,7 +26,7 @@ INCLUDES=-I$(top_srcdir)/src TEST_PROG=h5repart_gentest TEST_SCRIPT=testh5repart.sh -check_PROGRAMS=$(TEST_PROG) +check_PROGRAMS=$(TEST_PROG) repart_test check_SCRIPTS=$(TEST_SCRIPT) # Build pdb2hdf5 if LLNL's PDB is present (checked in configure) @@ -35,7 +35,7 @@ if BUILD_PDB2HDF_CONDITIONAL endif # These are our main targets, the tools -bin_PROGRAMS=h5debug h5repart $(PDB2HDF) repart_test +bin_PROGRAMS=h5debug h5repart $(PDB2HDF) bin_SCRIPTS=h5redeploy # Tell automake to clean h5redeploy script |