summaryrefslogtreecommitdiffstats
path: root/c++/test
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 15:57:04 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 15:57:04 (GMT)
commit570713c28918bedb47733d3653a2f2f26e59f9bd (patch)
treecda42910146c20588eb26270917af6bcb1f9921d /c++/test
parentf6f5fc0c4534b847aef88e6a448b23f2c434daa3 (diff)
downloadhdf5-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.in2
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=