summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-12-28 21:09:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-12-28 21:09:57 (GMT)
commit9b0f236d8cc833f9103a64654d46997695172ea8 (patch)
treef4aa041e7b9203fbdcccda81cfe691607c2306e1 /hl
parent27feb0357f455ff19e382b0a51cd1c3926d1156f (diff)
downloadhdf5-9b0f236d8cc833f9103a64654d46997695172ea8.zip
hdf5-9b0f236d8cc833f9103a64654d46997695172ea8.tar.gz
hdf5-9b0f236d8cc833f9103a64654d46997695172ea8.tar.bz2
Add hl test dir and test dlib
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/h5watch/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/tools/h5watch/Makefile.am b/hl/tools/h5watch/Makefile.am
index 35a08e6..bc12f19 100644
--- a/hl/tools/h5watch/Makefile.am
+++ b/hl/tools/h5watch/Makefile.am
@@ -21,7 +21,7 @@
include $(top_srcdir)/config/commence.am
# Include src and tools/lib directories
-AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src
+AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src -I$(top_srcdir)/hl/test
# These are our main targets, the tools
TEST_SCRIPT=testh5watch.sh
@@ -36,7 +36,7 @@ h5watch_LDFLAGS = $(LT_STATIC_EXEC) $(AM_LDFLAGS)
# Programs all depend on the hdf5 library, the tools library, and the HL
# library.
-LDADD=$(LIBH5_HL) $(LIBH5TOOLS) $(LIBHDF5)
+LDADD=$(LIBH5_HL) $(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5)
# Add extend_dset specific preprocessor flags here
# (add the main test subdirectory to the include file path)