From d69ff2516aa1e1ae97a97f90c66353137d0396bb Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 27 Jun 2000 14:02:20 -0500 Subject: [svn-r2419] Setup PUB_PROGS so that all tools but h5dumptst will be installed. h5dumptst generates the test suits files. It is not a user tool. --- tools/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/Makefile.in b/tools/Makefile.in index 01c909e..bf3121a 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -23,7 +23,8 @@ TEST_SCRIPTS=$(srcdir)/testh5dump.sh @TESTH5TOH4@ LT_LINK_LIB=$(LT) --mode=link $(CC) -static -rpath $(libdir) LIB=libh5tools.la LIBHDF5=../src/libhdf5.la -PROGS=h5debug h5import h5ls h5repart h5dump h5dumptst @H5TOH4@ @PDB2HDF@ +PUB_PROGS=h5debug h5import h5ls h5repart h5dump @H5TOH4@ @PDB2HDF@ +PROGS=$(PUB_PROGS) h5dumptst ## Source and object files for the library; do not install LIB_SRC=h5tools.c -- cgit v0.12