summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authordpopat <dpopat@jelly.ad.hdfgroup.org>2019-07-24 18:31:57 (GMT)
committerdpopat <dpopat@jelly.ad.hdfgroup.org>2019-07-24 18:31:57 (GMT)
commit11accd4c230c0a0545677da46ec31bddd9b2e504 (patch)
tree8fc74b6e04f55c8057aaeb3fd144e53774bfcfb9 /tools/Makefile.in
parent5f5bb7be8b318a39373ad7bc3c7b32a6937aacf4 (diff)
downloadhdf5-11accd4c230c0a0545677da46ec31bddd9b2e504.zip
hdf5-11accd4c230c0a0545677da46ec31bddd9b2e504.tar.gz
hdf5-11accd4c230c0a0545677da46ec31bddd9b2e504.tar.bz2
Fixed errors with h5repack option to build tests/tools
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index cfcb677..50f7ff5 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -367,7 +367,8 @@ am__set_b = \
*) \
b='$*';; \
esac
-DIST_SUBDIRS = $(SUBDIRS)
+DIST_SUBDIRS = lib h5diff h5ls h5dump misc h5import h5repack h5jam \
+ h5copy h5stat perform
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/bin/mkinstalldirs $(top_srcdir)/bin/test-driver \
$(top_srcdir)/config/commence.am \
@@ -669,10 +670,12 @@ TRACE = perl $(top_srcdir)/bin/trace
# *.clog and *.clog2 are from the MPE option.
CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
CONFIG = ordered
+@BUILD_TESTS_CONDITIONAL_FALSE@PERFORM_DIR =
+@BUILD_TESTS_CONDITIONAL_TRUE@PERFORM_DIR = perform
# All subdirectories
SUBDIRS = lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat \
- perform
+ $(PERFORM_DIR)
# Automake needs to be taught how to build lib, dyn, progs, and tests targets.