summaryrefslogtreecommitdiffstats
path: root/fortran/examples/Makefile.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-04-05 23:39:38 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-04-05 23:39:38 (GMT)
commit9008184b4dfddb04d2bbe9e98af0962dbf57c57d (patch)
treed7744352a07913c56be2adc2ea02a81be80bc791 /fortran/examples/Makefile.am
parenta32882f7032775a3070f231ec42801800b4249f0 (diff)
downloadhdf5-9008184b4dfddb04d2bbe9e98af0962dbf57c57d.zip
hdf5-9008184b4dfddb04d2bbe9e98af0962dbf57c57d.tar.gz
hdf5-9008184b4dfddb04d2bbe9e98af0962dbf57c57d.tar.bz2
[svn-r10557] Purpose:
Makefile tweak Description: Added dependency for fortran/examples/ph5example.f90 to Makefile.am. Platforms tested: mir, modi4
Diffstat (limited to 'fortran/examples/Makefile.am')
-rw-r--r--fortran/examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am
index 87af609..618d6ca 100644
--- a/fortran/examples/Makefile.am
+++ b/fortran/examples/Makefile.am
@@ -106,5 +106,6 @@ refobjexample: refobjexample.f90
refregexample: refregexample.f90
mountexample: mountexample.f90
compound: compound.f90
+ph5example: ph5example.f90
include $(top_srcdir)/config/conclude.am