diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-07-21 14:49:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-07-21 14:49:09 (GMT) |
commit | 892ccb28fbf37b196dfea9043b09b1dae8e8d501 (patch) | |
tree | bdc5f540280cd7587b6c2e5f1a4a4b0378053a0d /c++/examples | |
parent | 9dfeb4020c7a4c4cf384899d3768440078b266b9 (diff) | |
download | hdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.zip hdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.tar.gz hdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.tar.bz2 |
Examples DESTDIR and github action
Diffstat (limited to 'c++/examples')
-rw-r--r-- | c++/examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/examples/Makefile.am b/c++/examples/Makefile.am index 0648504..cbec8f8 100644 --- a/c++/examples/Makefile.am +++ b/c++/examples/Makefile.am @@ -49,8 +49,8 @@ CXX_API=yes # Where to install examples # Note: no '/' after DESTDIR. Explanation in commence.am -EXAMPLEDIR=$(examplesdir)/c++ -EXAMPLETOPDIR=$(examplesdir) +EXAMPLEDIR=${DESTDIR}$(examplesdir)/c++ +EXAMPLETOPDIR=${DESTDIR}$(examplesdir) # How to build programs using h5c++ $(EXTRA_PROG): $(H5CPP) |