diff options
Diffstat (limited to 'tools/h5recover/Makefile.am')
-rw-r--r-- | tools/h5recover/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h5recover/Makefile.am b/tools/h5recover/Makefile.am index b04f2da..36f47a3 100644 --- a/tools/h5recover/Makefile.am +++ b/tools/h5recover/Makefile.am @@ -35,8 +35,9 @@ SCRIPT_DEPEND=trecover$(EXEEXT) trecover_SOURCES=trecover_main.c trecover_writer.c trecover_crasher.c # Our main target, the h5recover tool. -# h5recover source is not ready yet. -bin_PROGRAMS=#h5recover +# For now, it is a dummy program in order to provide a real executable +# for the Red Storm platform. +bin_PROGRAMS=h5recover # All the programs depend on the hdf5 and h5tools libraries LDADD=$(LIBH5TOOLS) $(LIBHDF5) |