diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-03-06 17:03:12 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-03-06 17:03:12 (GMT) |
commit | f871143e4f013385eb58c2b5db9e75cbac0611fb (patch) | |
tree | 1784399f9177077e4205f365d2a62fe607f68e19 /tools/misc/Dependencies | |
parent | 50b429f693b01e2a63d63cb3e32f1abe6344c7e5 (diff) | |
download | hdf5-f871143e4f013385eb58c2b5db9e75cbac0611fb.zip hdf5-f871143e4f013385eb58c2b5db9e75cbac0611fb.tar.gz hdf5-f871143e4f013385eb58c2b5db9e75cbac0611fb.tar.bz2 |
[svn-r12010] Purpose:
Moving gif2h5 to hl directory in 1.6 branch
Description:
This is the same change as was made in the 1.7 branch.
Solution:
Moved the gif2h5 tool from the hdf5/tools directory to the hdf5/hl/tools
directory. The files were already present, but now the Makefiles
build and install using the new directory instead of the old one.
Platforms tested:
mir, modi4
Diffstat (limited to 'tools/misc/Dependencies')
-rw-r--r-- | tools/misc/Dependencies | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/misc/Dependencies b/tools/misc/Dependencies index bb897d8..4368c9a 100644 --- a/tools/misc/Dependencies +++ b/tools/misc/Dependencies @@ -31,6 +31,7 @@ h5debug.lo: \ $(top_srcdir)/src/H5FDpublic.h \ $(top_srcdir)/src/H5Cprivate.h \ $(top_srcdir)/src/H5Cpublic.h \ + $(top_srcdir)/src/H5FLprivate.h \ $(top_srcdir)/src/H5RCprivate.h \ $(top_srcdir)/src/H5Dprivate.h \ $(top_srcdir)/src/H5Dpublic.h \ @@ -41,8 +42,6 @@ h5debug.lo: \ $(top_srcdir)/src/H5Oprivate.h \ $(top_srcdir)/src/H5Opublic.h \ $(top_srcdir)/src/H5Spublic.h \ - $(top_srcdir)/src/H5HGprivate.h \ - $(top_srcdir)/src/H5HGpublic.h \ $(top_srcdir)/src/H5Tprivate.h \ $(top_srcdir)/src/H5Tpublic.h \ $(top_srcdir)/src/H5MMpublic.h \ @@ -56,6 +55,8 @@ h5debug.lo: \ $(top_srcdir)/src/H5Fpkg.h \ $(top_srcdir)/src/H5FOprivate.h \ $(top_srcdir)/src/H5SLprivate.h \ + $(top_srcdir)/src/H5HGprivate.h \ + $(top_srcdir)/src/H5HGpublic.h \ $(top_srcdir)/src/H5HLprivate.h \ $(top_srcdir)/src/H5HLpublic.h \ $(top_srcdir)/src/H5Iprivate.h \ |