mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r9645] Purpose:
bug fix Description: the makefile was not using the $(srcdir) on some library path Solution: Platforms tested: Misc. update:
This commit is contained in:
parent
dd7c794469
commit
2fb49109c4
@ -27,13 +27,13 @@ CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
|
||||
## Add include directory to the C preprocessor flags and the h5test and hdf5
|
||||
## libraries to the library list.
|
||||
## C hdf5
|
||||
HDF5LIB=$(top_srcdir)/src/libhdf5.la
|
||||
HDF5LIB=$(top_builddir)/src/libhdf5.la
|
||||
## fortran hdf5
|
||||
FLIB=$(top_srcdir)/fortran/src/libhdf5_fortran.la
|
||||
FLIB=$(top_builddir)/fortran/src/libhdf5_fortran.la
|
||||
## C hl
|
||||
HL_LIB=$(top_srcdir)/hl/src/libhdf5_hl.la
|
||||
HL_LIB=$(top_builddir)/hl/src/libhdf5_hl.la
|
||||
## fortran hl
|
||||
HL_FLIB=$(top_srcdir)/hl/fortran/src/libhdf5hl_fortran.la
|
||||
HL_FLIB=$(top_builddir)/hl/fortran/src/libhdf5hl_fortran.la
|
||||
|
||||
|
||||
TCLIB=
|
||||
|
Loading…
x
Reference in New Issue
Block a user