summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/Makefile.am
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-10 20:23:31 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-11-10 20:23:31 (GMT)
commitb7826900273e403c29810bafc32218e210a43a79 (patch)
tree080b087ba8b4f67776b9dc6e5f13caad73355a5e /tools/h5repack/Makefile.am
parent911e79b273bddac85c698b77718516b8a8ee9ab2 (diff)
downloadhdf5-b7826900273e403c29810bafc32218e210a43a79.zip
hdf5-b7826900273e403c29810bafc32218e210a43a79.tar.gz
hdf5-b7826900273e403c29810bafc32218e210a43a79.tar.bz2
[svn-r12888]
Introduced the second sweep of the file for a case a reference is present and H5Ocopy was not used. Moved the code from file h5repack_refs.c to h5repack_copy.c and removed the first file
Diffstat (limited to 'tools/h5repack/Makefile.am')
-rw-r--r--tools/h5repack/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/Makefile.am b/tools/h5repack/Makefile.am
index 29fd26b..8a664ef 100644
--- a/tools/h5repack/Makefile.am
+++ b/tools/h5repack/Makefile.am
@@ -40,7 +40,7 @@ LDADD=$(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5)
# Source files
COMMON_SOURCES=h5repack.c h5repack_copy.c h5repack_filters.c \
- h5repack_list.c h5repack_opttable.c h5repack_parse.c h5repack_refs.c \
+ h5repack_list.c h5repack_opttable.c h5repack_parse.c \
h5repack_verify.c
h5repack_SOURCES=$(COMMON_SOURCES) h5repack_main.c