summaryrefslogtreecommitdiffstats
path: root/hl/fortran
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-21 14:49:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-21 14:49:09 (GMT)
commit892ccb28fbf37b196dfea9043b09b1dae8e8d501 (patch)
treebdc5f540280cd7587b6c2e5f1a4a4b0378053a0d /hl/fortran
parent9dfeb4020c7a4c4cf384899d3768440078b266b9 (diff)
downloadhdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.zip
hdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.tar.gz
hdf5-892ccb28fbf37b196dfea9043b09b1dae8e8d501.tar.bz2
Examples DESTDIR and github action
Diffstat (limited to 'hl/fortran')
-rw-r--r--hl/fortran/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/examples/Makefile.am b/hl/fortran/examples/Makefile.am
index b81cc6f..32f279c 100644
--- a/hl/fortran/examples/Makefile.am
+++ b/hl/fortran/examples/Makefile.am
@@ -51,8 +51,8 @@ endif
# Tell automake how to install examples
# Note: no '/' after DESTDIR. Explanation in commence.am
-EXAMPLEDIR=$(examplesdir)/hl/fortran
-EXAMPLETOPDIR=$(examplesdir)/hl
+EXAMPLEDIR=${DESTDIR}$(examplesdir)/hl/fortran
+EXAMPLETOPDIR=${DESTDIR}$(examplesdir)/hl
# List dependencies for each example. Normally, automake would take
# care of this for us, but if we tell automake about the programs it