mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r3048] Purpose:
Refix Description: The C++ stuff also needs the main HDF5 headers. Solution: Added the flag to do just that. Platforms tested: Linux
This commit is contained in:
parent
f6f5fc0c45
commit
570713c289
@ -14,7 +14,7 @@ hdf5_builddir=$(top_builddir)/src
|
||||
## Add include directory to the C++ preprocessor flags and the hdf5
|
||||
## library to the library list.
|
||||
LIB=../src/libhdf5_cpp.la
|
||||
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(srcdir)/../src @CPPFLAGS@
|
||||
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src -I$(srcdir)/../src @CPPFLAGS@
|
||||
LIBHDF5=$(hdf5_builddir)/libhdf5.la
|
||||
|
||||
## List all source files here. The list of object files will be
|
||||
|
@ -15,7 +15,7 @@ hdf5_builddir=$(top_builddir)/src
|
||||
## libraries to the library list.
|
||||
LT_LINK_LIB=$(LT) --mode=link $(CXX) -rpath $(libdir)
|
||||
LIB=../src/libhdf5_cpp.la
|
||||
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(srcdir)/../src @CPPFLAGS@
|
||||
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src -I$(srcdir)/../src @CPPFLAGS@
|
||||
HDF5LIB=$(hdf5_builddir)/libhdf5.la
|
||||
|
||||
TEST_PROGS_SRC=
|
||||
|
Loading…
x
Reference in New Issue
Block a user