diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-12-09 11:10:24 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-12-09 11:10:24 (GMT) |
commit | 60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd (patch) | |
tree | a9e227cfa4204bc18aef176c895d08d42ffcedf2 /test | |
parent | d5587a472bea95651f8e50539548321f0f98bdf4 (diff) | |
download | hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.zip hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.tar.gz hdf5-60cab76b7877e7ef3c66c7ec5baf5d6c413e79fd.tar.bz2 |
[svn-r1859] * 1999-12-09
** src/H5FDpublic.h
Added a #define for H5_HAVE_VFL to make life easier for application
programmers.
** config/depend1
A minor tweak to the way GNU systems generate file dependencies for
the Makefiles.
** src/H5T.c
Fixed a bug with enumeration types not having the correct object
header pointer.
Diffstat (limited to 'test')
-rw-r--r-- | test/Dependencies | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Dependencies b/test/Dependencies index 4acacac..c6d8fdd 100644 --- a/test/Dependencies +++ b/test/Dependencies @@ -151,7 +151,8 @@ chunk.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDgass.h + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDmulti.h cmpd_dset.lo: \ $(srcdir)/cmpd_dset.c \ $(srcdir)/h5test.h \ @@ -842,7 +843,8 @@ overhead.lo: \ $(top_srcdir)/src/H5FDmpio.h \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDgass.h + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDmulti.h ragged.lo: \ $(srcdir)/ragged.c \ $(top_srcdir)/src/hdf5.h \ |