mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r3475] Purpose:
Bug fix Description: h4toh5test was being installed because it was put in the PUB_PROGS which is specifically for public programs to be installed. Solution: Moved it away from the PUB_PROGS list to the PROGS list. Platforms tested: eirene.
This commit is contained in:
parent
52c7057cc8
commit
53ed6e6794
@ -23,8 +23,8 @@ 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@ @H4TOH5TEST@ @PDB2HDF@
|
||||
PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumptst
|
||||
PUB_PROGS=h5debug h5import h5ls h5repart h5dump @H5TOH4@ @H4TOH5@ @PDB2HDF@
|
||||
PROGS=$(PUB_PROGS) $(TEST_PROGS) h5dumptst @H4TOH5TEST@
|
||||
|
||||
## Source and object files for the library; do not install
|
||||
LIB_SRC=h5tools.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user