summaryrefslogtreecommitdiffstats
path: root/fortran/examples/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-21 15:39:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-21 15:39:46 (GMT)
commit0ee5d676210291f784ce273ee34b1a7d383ec694 (patch)
treebdc5f540280cd7587b6c2e5f1a4a4b0378053a0d /fortran/examples/Makefile.am
parent9dfeb4020c7a4c4cf384899d3768440078b266b9 (diff)
parent892ccb28fbf37b196dfea9043b09b1dae8e8d501 (diff)
downloadhdf5-0ee5d676210291f784ce273ee34b1a7d383ec694.zip
hdf5-0ee5d676210291f784ce273ee34b1a7d383ec694.tar.gz
hdf5-0ee5d676210291f784ce273ee34b1a7d383ec694.tar.bz2
Merge pull request #2705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '892ccb28fbf37b196dfea9043b09b1dae8e8d501': Examples DESTDIR and github action
Diffstat (limited to 'fortran/examples/Makefile.am')
-rw-r--r--fortran/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am
index fb510bc..474126d 100644
--- a/fortran/examples/Makefile.am
+++ b/fortran/examples/Makefile.am
@@ -74,8 +74,8 @@ endif
# Tell automake how to install examples
# Note: no '/' after DESTDIR. Explanation in commence.am
-EXAMPLEDIR=$(examplesdir)/fortran
-EXAMPLETOPDIR=$(examplesdir)
+EXAMPLEDIR=${DESTDIR}$(examplesdir)/fortran
+EXAMPLETOPDIR=${DESTDIR}$(examplesdir)
# List dependencies for each example. Normally, automake would take
# care of this for us, but if we tell automake about the programs it