diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-19 17:21:26 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-19 17:21:26 (GMT) |
commit | 657d7c759687abed9b16ae70db51a4de0a26b92e (patch) | |
tree | 937a0f56cebbc8b8658397027ef75184005fb3ab | |
parent | 974e97e08d0a874a4b15fb0fea8e00bfb439e3d8 (diff) | |
download | hdf5-657d7c759687abed9b16ae70db51a4de0a26b92e.zip hdf5-657d7c759687abed9b16ae70db51a4de0a26b92e.tar.gz hdf5-657d7c759687abed9b16ae70db51a4de0a26b92e.tar.bz2 |
[svn-r3451] Purpose:
Feature Add
Description:
Added support for the h4toh5test program which needs to be
conditionally compiled in only if HDF4 is specified.
Platforms tested:
Linux
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index c9a8cd4..9f82a93 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -23,7 +23,7 @@ TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh @TESTH5TOH4@ @TESTH4T LT_LINK_LIB=$(LT) --mode=link $(CC) -static -rpath $(libdir) LIB=libh5tools.la LIBHDF5=../src/libhdf5.la -PUB_PROGS=h5debug h5import h5ls h5repart h5dump @H5TOH4@ @H4TOH5@ @PDB2HDF@ +PUB_PROGS=h5debug h5import h5ls h5repart h5dump @H5TOH4@ @H4TOH5@ @H4TOH5TEST@ @PDB2HDF@ PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumptst h4toh5test ## Source and object files for the library; do not install |