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 /testpar/Dependencies | |
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 'testpar/Dependencies')
-rw-r--r-- | testpar/Dependencies | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testpar/Dependencies b/testpar/Dependencies index e919ec1..f03cd19 100644 --- a/testpar/Dependencies +++ b/testpar/Dependencies @@ -6,7 +6,7 @@ testphdf5.lo: \ $(srcdir)/testphdf5.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5config.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -38,7 +38,7 @@ t_dset.lo: \ $(srcdir)/testphdf5.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5config.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -70,7 +70,7 @@ t_file.lo: \ $(srcdir)/testphdf5.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5config.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -102,7 +102,7 @@ t_mpi.lo: \ $(srcdir)/testphdf5.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5config.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ |