summaryrefslogtreecommitdiffstats
path: root/hl/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-16 21:49:56 (GMT)
committerGitHub <noreply@github.com>2021-09-16 21:49:56 (GMT)
commitd3b7b504d7d4933ec74ba6d4a4a7d4bbe6765b4c (patch)
tree1d5e39342996541138e31e54efde36c5700bc2fd /hl/Makefile.am
parent0322d16aeaa3ddf9bc19cdee5bcc0dfb6cb46f91 (diff)
downloadhdf5-d3b7b504d7d4933ec74ba6d4a4a7d4bbe6765b4c.zip
hdf5-d3b7b504d7d4933ec74ba6d4a4a7d4bbe6765b4c.tar.gz
hdf5-d3b7b504d7d4933ec74ba6d4a4a7d4bbe6765b4c.tar.bz2
Merge HDFFV-11266 - add option to build HL tools #1018 (#1021)
Diffstat (limited to 'hl/Makefile.am')
-rw-r--r--hl/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/hl/Makefile.am b/hl/Makefile.am
index 1a945b2..8c427d3 100644
--- a/hl/Makefile.am
+++ b/hl/Makefile.am
@@ -37,10 +37,14 @@ else
TEST_DIR =
endif
if BUILD_TOOLS_CONDITIONAL
+if BUILD_TOOLS_HL_CONDITIONAL
TOOLS_DIR = tools
else
TOOLS_DIR =
endif
+else
+ TOOLS_DIR =
+endif
## Don't recurse into any subdirectories if HDF5 is not configured to
## use the HL library