diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in index 186228f..1823f8b 100644 --- a/tools/h5repack/Makefile.in +++ b/tools/h5repack/Makefile.in @@ -69,9 +69,9 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) am__EXEEXT_1 = h5repacktst$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am__objects_1 = h5repack.$(OBJEXT) h5repack_copy.$(OBJEXT) \ - h5repack_refs.$(OBJEXT) h5repack_filters.$(OBJEXT) \ - h5repack_list.$(OBJEXT) h5repack_opttable.$(OBJEXT) \ - h5repack_parse.$(OBJEXT) h5repack_verify.$(OBJEXT) + h5repack_filters.$(OBJEXT) h5repack_list.$(OBJEXT) \ + h5repack_opttable.$(OBJEXT) h5repack_parse.$(OBJEXT) \ + h5repack_refs.$(OBJEXT) h5repack_verify.$(OBJEXT) am_h5repack_OBJECTS = $(am__objects_1) h5repack_main.$(OBJEXT) h5repack_OBJECTS = $(am_h5repack_OBJECTS) h5repack_LDADD = $(LDADD) @@ -350,8 +350,8 @@ SCRIPT_DEPEND = h5repack$(EXEEXT) LDADD = $(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5) # Source files -COMMON_SOURCES = h5repack.c h5repack_copy.c h5repack_refs.c h5repack_filters.c \ - h5repack_list.c h5repack_opttable.c h5repack_parse.c \ +COMMON_SOURCES = h5repack.c h5repack_copy.c h5repack_filters.c \ + h5repack_list.c h5repack_opttable.c h5repack_parse.c h5repack_refs.c \ h5repack_verify.c h5repack_SOURCES = $(COMMON_SOURCES) h5repack_main.c |