summaryrefslogtreecommitdiffstats
path: root/c++/examples
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 18:00:04 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 18:00:04 (GMT)
commita3282af132b5a80fc18d49107cafd9e765052bb7 (patch)
tree30b7a8a609325787140a63f0371c9f627f9031ce /c++/examples
parent3c2314dcbb5122e0d9d8da433554829750cb03ca (diff)
downloadhdf5-a3282af132b5a80fc18d49107cafd9e765052bb7.zip
hdf5-a3282af132b5a80fc18d49107cafd9e765052bb7.tar.gz
hdf5-a3282af132b5a80fc18d49107cafd9e765052bb7.tar.bz2
[svn-r2932] Purpose:
Changed to handle tracing in C++ files. Description: Pointed to the correct ``trace'' program (the one in hdf5/bin/) Platforms tested: Linux
Diffstat (limited to 'c++/examples')
-rw-r--r--c++/examples/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 3d5bf55..376bd2a 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -4,7 +4,7 @@
## All rights reserved.
##
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
@@ -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$(top_srcdir)/../src @CPPFLAGS@
+CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
LIBHDF5=$(hdf5_builddir)/libhdf5.la
## List all source files here. The list of object files will be