diff options
author | David Young <dyoung@hdfgroup.org> | 2019-10-03 20:56:34 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-10-03 21:01:40 (GMT) |
commit | b8a93a7224114739e42f32aaf62ae64fd1aad33e (patch) | |
tree | 9e318d7ecc226320dbb98bdc40eecc94357d972a /hl/examples/Makefile.am | |
parent | bbc1264ea67f93eabe53c7b555933072231e108d (diff) | |
download | hdf5-b8a93a7224114739e42f32aaf62ae64fd1aad33e.zip hdf5-b8a93a7224114739e42f32aaf62ae64fd1aad33e.tar.gz hdf5-b8a93a7224114739e42f32aaf62ae64fd1aad33e.tar.bz2 |
Let us override the examples directory using --with-examplesdir=DIR.
This is handy for NetBSD where HDF5 examples are installed
by convention in $prefix/share/examples/hdf5/ rather than in
${prefix}/share/hdf5_examples/, which is the HDF5 default.
Place hdf5_examples/ under ${datarootdir} which on most systems will be
${prefix}/share/, anyway.
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 |