summaryrefslogtreecommitdiffstats
path: root/tools/lib/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-09-17 20:37:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-09-17 20:37:09 (GMT)
commitc44c9feb358d5a843f3e92769780ef6e914b0b6f (patch)
tree0314a9747cc8abb5baf0463be91989b8febd08c8 /tools/lib/Makefile.am
parentf4d69b78e505fa873f5fb29b903f5f7bcd07350b (diff)
downloadhdf5-c44c9feb358d5a843f3e92769780ef6e914b0b6f.zip
hdf5-c44c9feb358d5a843f3e92769780ef6e914b0b6f.tar.gz
hdf5-c44c9feb358d5a843f3e92769780ef6e914b0b6f.tar.bz2
[svn-r17493] Bring changes from trunk to tools lib, h5dump and error handling.
Tested: h5committest, local linux
Diffstat (limited to 'tools/lib/Makefile.am')
-rw-r--r--tools/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/Makefile.am b/tools/lib/Makefile.am
index c7e26e0..43ee863 100644
--- a/tools/lib/Makefile.am
+++ b/tools/lib/Makefile.am
@@ -31,7 +31,7 @@ libh5tools_la_SOURCES=h5tools.c h5tools_str.c h5tools_utils.c h5diff.c \
h5tools_filters.c h5tools_ref.c h5tools_type.c
# Test program. Link using libhdf5 and libh5tools
-TEST_PROG=talign
+TEST_PROG=
check_PROGRAMS=$(TEST_PROG)
# Name libh5tools.la so that dependencies work out. Automake knows how