summaryrefslogtreecommitdiffstats
path: root/hl/c++
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-26 15:43:20 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-26 15:43:20 (GMT)
commit4cebd8aa6c965fe2e5dde6dbff36b2be3ca58bf1 (patch)
tree9ae11843b88b3e3fba8d94554fe339f501ac3aed /hl/c++
parent32f8fed120df107b46ba73f60429f14f71b30012 (diff)
downloadhdf5-4cebd8aa6c965fe2e5dde6dbff36b2be3ca58bf1.zip
hdf5-4cebd8aa6c965fe2e5dde6dbff36b2be3ca58bf1.tar.gz
hdf5-4cebd8aa6c965fe2e5dde6dbff36b2be3ca58bf1.tar.bz2
Make examples installation respect DESTDIR. Fixes
HDFFV-11060.
Diffstat (limited to 'hl/c++')
-rw-r--r--hl/c++/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/c++/examples/Makefile.am b/hl/c++/examples/Makefile.am
index 592e8da..7234bfc 100644
--- a/hl/c++/examples/Makefile.am
+++ b/hl/c++/examples/Makefile.am
@@ -33,8 +33,8 @@ CXX_API=yes
# Where to install examples
# Note: no '/' after DESTDIR. Explanation in commence.am
-EXAMPLEDIR=$(examplesdir)/hl/c++
-EXAMPLETOPDIR=$(examplesdir)/hl
+EXAMPLEDIR=${DESTDIR}$(examplesdir)/hl/c++
+EXAMPLETOPDIR=${DESTDIR}$(examplesdir)/hl
# How to build programs using h5c++
$(EXTRA_PROG): $(H5CPP)