mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
parent
59a0d7d806
commit
714b3018f3
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user