diff options
author | kmu <kmu@hdfgroup.org> | 2019-11-07 20:51:40 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2019-11-07 20:51:40 (GMT) |
commit | 815611a318b64010e1dc70691a132ee18e0385f5 (patch) | |
tree | c66cdb2df58374d936d417d888f25495842c1263 /hl/examples/Makefile.am | |
parent | 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466 (diff) | |
parent | 2dd5bbfe167e3e9b6b6ee657a882e24072de4aeb (diff) | |
download | hdf5-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/examples/Makefile.am')
-rw-r--r-- | hl/examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/examples/Makefile.am b/hl/examples/Makefile.am index 29e1a48..cc2d671 100644 --- a/hl/examples/Makefile.am +++ b/hl/examples/Makefile.am @@ -25,8 +25,8 @@ endif # Example directory # 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 INSTALL_SCRIPT_FILES = run-hlc-ex.sh INSTALL_TOP_SCRIPT_FILES = run-hl-ex.sh |