summaryrefslogtreecommitdiffstats
path: root/hl/c++/examples/Makefile.am
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-11-07 20:51:40 (GMT)
committerkmu <kmu@hdfgroup.org>2019-11-07 20:51:40 (GMT)
commit815611a318b64010e1dc70691a132ee18e0385f5 (patch)
treec66cdb2df58374d936d417d888f25495842c1263 /hl/c++/examples/Makefile.am
parent8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466 (diff)
parent2dd5bbfe167e3e9b6b6ee657a882e24072de4aeb (diff)
downloadhdf5-815611a318b64010e1dc70691a132ee18e0385f5.zip
hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.gz
hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.bz2
Merge branch 'develop' of https://git.hdfgroup.org/scm/~kmu/hdf5 into develop
Diffstat (limited to 'hl/c++/examples/Makefile.am')
-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 ce719f5..592e8da 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=${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl/c++
-EXAMPLETOPDIR=${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl
+EXAMPLEDIR=$(examplesdir)/hl/c++
+EXAMPLETOPDIR=$(examplesdir)/hl
# How to build programs using h5c++
$(EXTRA_PROG): $(H5CPP)