mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
hdf5 lib needed for extend_dset link.
This commit is contained in:
parent
518a94dd0f
commit
508714805a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user