From 19942d7c01ab5437e3d90b2ca4f707683eb9cbd3 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 29 Nov 2004 23:40:45 -0500 Subject: [svn-r9600] Purpose: Bug fix Description: Make tests depend on HDF5 library as well as high-level library. 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