[svn-r10557] Purpose:

Makefile tweak

Description:
Added dependency for fortran/examples/ph5example.f90 to Makefile.am.

Platforms tested:
mir, modi4
This commit is contained in:
James Laird 2005-04-05 18:39:38 -05:00
parent a32882f703
commit 9008184b4d
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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.