summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-12-11 16:15:23 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-12-11 16:15:23 (GMT)
commite7e9196daf8adda3d55f2cd638884651c0998d02 (patch)
tree6594b941c3c43a8a80df2ecb7fd10966e3ba47d1 /test/Makefile.in
parentb286085afcfec98d115a6ff82b34e032532cd418 (diff)
downloadhdf5-e7e9196daf8adda3d55f2cd638884651c0998d02.zip
hdf5-e7e9196daf8adda3d55f2cd638884651c0998d02.tar.gz
hdf5-e7e9196daf8adda3d55f2cd638884651c0998d02.tar.bz2
Fixed comments and updated Makefile.in
Platforms tested: Linux/32 2.6 (jam)
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index e3fea25..21b1a63 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -455,7 +455,7 @@ am_testhdf5_OBJECTS = testhdf5.$(OBJEXT) tarray.$(OBJEXT) \
trefer.$(OBJEXT) trefstr.$(OBJEXT) tselect.$(OBJEXT) \
tskiplist.$(OBJEXT) tsohm.$(OBJEXT) ttime.$(OBJEXT) \
ttst.$(OBJEXT) tunicode.$(OBJEXT) tvlstr.$(OBJEXT) \
- tvltypes.$(OBJEXT)
+ tvltypes.$(OBJEXT) tverbounds18.$(OBJEXT)
testhdf5_OBJECTS = $(am_testhdf5_OBJECTS)
testhdf5_LDADD = $(LDADD)
testhdf5_DEPENDENCIES = libh5test.la $(LIBHDF5)
@@ -1149,7 +1149,7 @@ VFD_LIST = sec2 stdio core core_paged split multi family \
testhdf5_SOURCES = testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \
tgenprop.c th5o.c th5s.c tcoords.c theap.c tid.c titerate.c tmeta.c tmisc.c \
trefer.c trefstr.c tselect.c tskiplist.c tsohm.c ttime.c ttst.c tunicode.c \
- tvlstr.c tvltypes.c
+ tvlstr.c tvltypes.c tverbounds18.c
# Temporary files.
@@ -1664,6 +1664,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttsafe_error.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttst.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tunicode.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tverbounds18.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tvlstr.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tvltypes.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlink.Po@am__quote@