summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortran/examples/Makefile.am1
-rw-r--r--fortran/examples/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am
index 57aadb1..92dabfb 100644
--- a/fortran/examples/Makefile.am
+++ b/fortran/examples/Makefile.am
@@ -53,6 +53,7 @@ HDF_FORTRAN=yes
# Some examples depend on files created by other examples.
rwdsetexample.chkexe_ attrexample.chkexe_: dsetexample.chkexe_
grpdsetexample.chkexe_: grpsexample.chkexe_
+refregexample.chkexe_: refobjexample.chkexe_
# Tell automake how to build examples using h5fc
# Additional dependencies for the examples are listed below
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 008178d..5a4b714 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -493,6 +493,7 @@ uninstall-am: uninstall-info-am uninstall-local
# Some examples depend on files created by other examples.
rwdsetexample.chkexe_ attrexample.chkexe_: dsetexample.chkexe_
grpdsetexample.chkexe_: grpsexample.chkexe_
+refregexample.chkexe_: refobjexample.chkexe_
# Tell automake how to build examples using h5fc
# Additional dependencies for the examples are listed below