diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-12-28 21:31:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-12-28 21:31:58 (GMT) |
commit | 508714805a5faa1775bfea5a8257d7130bd0a15e (patch) | |
tree | 4fbbd5ea4c2ae272b6d1f3837e4bb0678f16dd9a /hl/tools/h5watch | |
parent | 518a94dd0fcae607c263f16c2b2d823c84b9b647 (diff) | |
download | hdf5-508714805a5faa1775bfea5a8257d7130bd0a15e.zip hdf5-508714805a5faa1775bfea5a8257d7130bd0a15e.tar.gz hdf5-508714805a5faa1775bfea5a8257d7130bd0a15e.tar.bz2 |
hdf5 lib needed for extend_dset link.
Diffstat (limited to 'hl/tools/h5watch')
-rw-r--r-- | hl/tools/h5watch/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/tools/h5watch/Makefile.am b/hl/tools/h5watch/Makefile.am index bc12f19..b017e09 100644 --- a/hl/tools/h5watch/Makefile.am +++ b/hl/tools/h5watch/Makefile.am @@ -36,14 +36,14 @@ 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) $(LIBH5TEST) $(LIBHDF5) +LDADD=$(LIBH5_HL) $(LIBH5TOOLS) $(LIBHDF5) # Add extend_dset specific preprocessor flags here # (add the main test subdirectory to the include file path) extend_dset_CPPFLAGS=$(AM_CPPFLAGS) -I$(top_srcdir)/test # Add extend_dset specific library flags here # (add the main test library to the list of libraries) -extend_dset_LDADD=$(LDADD) $(LIBH5TEST) +extend_dset_LDADD=$(LDADD) $(LIBH5TEST) $(LIBHDF5) # CHECK_CLEANFILES+=*.h5 |