diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-01 16:50:25 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-01 16:50:25 (GMT) |
commit | 4a7a715c0d9b181ee0c98f24442208026a2f6d5c (patch) | |
tree | a04bb86eae75ea9763fe2cd96df8120f638e44cd /c++/test/Makefile.in | |
parent | 570713c28918bedb47733d3653a2f2f26e59f9bd (diff) | |
download | hdf5-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/Makefile.in')
-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 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= |