summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hl/test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index 5ab6f4a..99310a6 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -51,7 +51,7 @@ PRIVATE_HDR=
## How to build the tests... They all depend on the hdf5_hl and hdf5
## libraries.
-$(TEST_PROGS): $(LIBHDF5_HL)
+$(TEST_PROGS): $(LIBHDF5_HL) $(LIBHDF5)
test_lite: test_lite.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ test_lite.lo $(LIBHDF5_HL) $(LIBHDF5) $(LDFLAGS) $(LIBS)