From 9008184b4dfddb04d2bbe9e98af0962dbf57c57d Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 5 Apr 2005 18:39:38 -0500 Subject: [svn-r10557] Purpose: Makefile tweak Description: Added dependency for fortran/examples/ph5example.f90 to Makefile.am. Platforms tested: mir, modi4 --- fortran/examples/Makefile.am | 1 + fortran/examples/Makefile.in | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index a9804e6..f906ffb 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -536,6 +536,7 @@ refobjexample: refobjexample.f90 refregexample: refregexample.f90 mountexample: mountexample.f90 compound: compound.f90 +ph5example: ph5example.f90 # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. -- cgit v0.12