summaryrefslogtreecommitdiffstats
path: root/tools/libtest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libtest/Makefile.am')
-rw-r--r--tools/libtest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libtest/Makefile.am b/tools/libtest/Makefile.am
index e6cc0b1..0dc18e9 100644
--- a/tools/libtest/Makefile.am
+++ b/tools/libtest/Makefile.am
@@ -28,6 +28,6 @@ TEST_PROG=h5tools_test_utils
check_PROGRAMS=$(TEST_PROG)
# All programs depend on the hdf5 and h5tools libraries
-LDADD=$(LIBH5TOOLS) $(LIBHDF5)
+LDADD=$(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5)
include $(top_srcdir)/config/conclude.am