summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/Dependencies
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-01-09 18:40:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-01-09 18:40:19 (GMT)
commit98f01e2df2b407bfae2cd24fe4f03e184712eb75 (patch)
treef1981909055143f84c94799354d3d2a266c30c0f /tools/h5dump/Dependencies
parent9a433b99a56dc575f1c0b11f95b744de61859dbb (diff)
downloadhdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.zip
hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.gz
hdf5-98f01e2df2b407bfae2cd24fe4f03e184712eb75.tar.bz2
[svn-r6255] Purpose:
Code cleanup Description: Clean up a few more warnings and update dependencies. Platforms tested: Linux 2.2.18smp (eirene) serial & parallel
Diffstat (limited to 'tools/h5dump/Dependencies')
-rw-r--r--tools/h5dump/Dependencies8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/h5dump/Dependencies b/tools/h5dump/Dependencies
index b274cac..83f63b7 100644
--- a/tools/h5dump/Dependencies
+++ b/tools/h5dump/Dependencies
@@ -38,10 +38,11 @@ h5dump.lo: \
$(top_srcdir)/src/H5FDstdio.h \
$(top_srcdir)/src/H5FDstream.h \
$(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h \
$(top_srcdir)/tools/lib/h5tools.h \
$(top_srcdir)/tools/lib/h5tools_utils.h
-h5dumptst.lo: \
- $(srcdir)/h5dumptst.c \
+h5dumpgentest.lo: \
+ $(srcdir)/h5dumpgentest.c \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
$(top_builddir)/src/H5pubconf.h \
@@ -75,4 +76,5 @@ h5dumptst.lo: \
$(top_srcdir)/src/H5FDsrb.h \
$(top_srcdir)/src/H5FDstdio.h \
$(top_srcdir)/src/H5FDstream.h \
- $(top_srcdir)/src/H5private.h
+ $(top_srcdir)/src/H5private.h \
+ $(top_srcdir)/src/H5MPprivate.h