summaryrefslogtreecommitdiffstats
path: root/hl/fortran/test/Makefile.in
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 04:46:49 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 04:46:49 (GMT)
commit3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f (patch)
treeab49ec493819757688ef86ebaa4e96186e84d0d8 /hl/fortran/test/Makefile.in
parent363988bd77243b36c6324734b3a985c4fe07f650 (diff)
downloadhdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.zip
hdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.tar.gz
hdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.tar.bz2
[svn-r21558] Description:
Merge example ds program from trunk into 1.8 branch. r21006 and r21249. Tested (jam, gfortran)
Diffstat (limited to 'hl/fortran/test/Makefile.in')
-rw-r--r--hl/fortran/test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in
index c09e77d..707a32d 100644
--- a/hl/fortran/test/Makefile.in
+++ b/hl/fortran/test/Makefile.in
@@ -418,7 +418,8 @@ tstlite_SOURCES = tstlite.f90
tstimage_SOURCES = tstimage.f90
tsttable_SOURCES = tsttable.f90
-# Mark this directory as part of the Fortran API
+# Mark this directory as part of the Fortran API (this affects output
+# from tests in conclude.am)
FORTRAN_API = yes
# Automake needs to be taught how to build lib, progs, and tests targets.