From 9f4d8be1d1c026a9528e2e67d33a74fc23c2c788 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 29 Nov 2004 12:36:10 -0500 Subject: [svn-r9591] Purpose: Bug fix Description: Add dependency on the HDF5 library as well as the high-level library for rebuilding tests. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest --- hl/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12