diff options
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/test/Makefile.am b/hl/c++/test/Makefile.am index 251d56a..73f1463 100644 --- a/hl/c++/test/Makefile.am +++ b/hl/c++/test/Makefile.am @@ -26,7 +26,7 @@ TEST_PROG=ptableTest check_PROGRAMS=$(TEST_PROG) # The tests depend on the hdf5, hdf5 C++, and hdf5_hl libraries -LDADD=$(LIBH5CPP_HL) $(LIBH5_HL) $(LIBH5CPP) $(LIBHDF5) +LDADD=$(LIBH5CPP_HL) $(LIBH5_HL) $(LIBH5TEST) $(LIBH5CPP) $(LIBHDF5) ptableTest_SOURCES=ptableTest.cpp |