summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/Makefile.in
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-01-24 18:01:44 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-01-24 18:01:44 (GMT)
commite4dc71bbee2d38d01adb4a39bdf52a4c79e2d746 (patch)
tree8504e92515f10957457f4ca267e7c69fb73e4892 /tools/h5diff/Makefile.in
parent85751bbbe9cd8eb592ea2b58d2cfa07cc16cfc72 (diff)
downloadhdf5-e4dc71bbee2d38d01adb4a39bdf52a4c79e2d746.zip
hdf5-e4dc71bbee2d38d01adb4a39bdf52a4c79e2d746.tar.gz
hdf5-e4dc71bbee2d38d01adb4a39bdf52a4c79e2d746.tar.bz2
[svn-r6328] Purpose:
fix bug in Makefile.in Platforms tested: windows , linux
Diffstat (limited to 'tools/h5diff/Makefile.in')
-rw-r--r--tools/h5diff/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in
index 0f71c62..be03047 100644
--- a/tools/h5diff/Makefile.in
+++ b/tools/h5diff/Makefile.in
@@ -26,7 +26,7 @@ TEST_SCRIPTS=
LIBHDF5=$(top_builddir)/src/libhdf5.la
PUB_PROGS=h5diff
-PROGS=
+PROGS=$(PUB_PROGS) $(TEST_PROGS)
## Source and object files for the library; do not install
##
@@ -58,5 +58,4 @@ $(PROGS): $(LIBTOOLS) $(LIBHDF5)
h5diff: h5diff.lo h5trav.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ h5diff.lo h5trav.lo $(LIBTOOLS) $(LIBHDF5) $(LDFLAGS) $(LIBS)
-
@CONCLUDE@