summaryrefslogtreecommitdiffstats
path: root/c++/test
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 16:50:25 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 16:50:25 (GMT)
commit4a7a715c0d9b181ee0c98f24442208026a2f6d5c (patch)
treea04bb86eae75ea9763fe2cd96df8120f638e44cd /c++/test
parent570713c28918bedb47733d3653a2f2f26e59f9bd (diff)
downloadhdf5-4a7a715c0d9b181ee0c98f24442208026a2f6d5c.zip
hdf5-4a7a715c0d9b181ee0c98f24442208026a2f6d5c.tar.gz
hdf5-4a7a715c0d9b181ee0c98f24442208026a2f6d5c.tar.bz2
[svn-r3049] Purpose:
YABF Description: Needed to add the source directory for the built HDF5 library. Solution: Added -I../../src to the compile flags. 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 b61ed73..f1c4d80 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$(top_srcdir)/src -I$(srcdir)/../src @CPPFLAGS@
+CPPFLAGS=-I. -I$(srcdir) -I../src -I../../src -I$(top_srcdir)/src -I$(srcdir)/../src @CPPFLAGS@
HDF5LIB=$(hdf5_builddir)/libhdf5.la
TEST_PROGS_SRC=