[svn-r2668] Purpose:

Bug Fix
Description:
	Wasn't picking up the header files from the proper source and
	build directories. There were some funky things happening in
	there.
Solution:
	Put the correct path in.
Platforms tested:
	Modi4
This commit is contained in:
Bill Wendling 2000-10-11 12:30:57 -05:00
parent 59a0d7d806
commit 714b3018f3
3 changed files with 4 additions and 5 deletions

View File

@ -9,7 +9,7 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
hdf5_builddir=$(top_builddir)/../src
hdf5_builddir=$(top_builddir)/src
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.

View File

@ -9,8 +9,8 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
hdf5_builddir=$(top_builddir)/../src
hdf5_srcdir=$(top_srcdir)/src
hdf5_srcdir=$(top_srcdir)/../src
hdf5_builddir=$(top_builddir)/src
TRACE=perl $(top_srcdir)/bin/trace

View File

@ -9,8 +9,7 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
hdf5_builddir=$(top_builddir)/../src
hdf5_builddir=$(top_builddir)/../src
hdf5_builddir=$(top_builddir)/src
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.