diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-01 15:57:04 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-01 15:57:04 (GMT) |
commit | 570713c28918bedb47733d3653a2f2f26e59f9bd (patch) | |
tree | cda42910146c20588eb26270917af6bcb1f9921d /c++/test | |
parent | f6f5fc0c4534b847aef88e6a448b23f2c434daa3 (diff) | |
download | hdf5-570713c28918bedb47733d3653a2f2f26e59f9bd.zip hdf5-570713c28918bedb47733d3653a2f2f26e59f9bd.tar.gz hdf5-570713c28918bedb47733d3653a2f2f26e59f9bd.tar.bz2 |
[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
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in index 59ad521..b61ed73 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -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= |