[svn-r2662] Purpose:

Bug Fix
Description:
	Wasn't picking up the correct build directory source files.
Solution:
	Use top_builddir instead of srcdir macro.
Platforms tested:
	Modi4
This commit is contained in:
Bill Wendling 2000-10-11 11:22:44 -05:00
parent dde028f9cf
commit c4178f96f4

View File

@ -5,11 +5,11 @@
## All rights reserved.
##
top_srcdir=@top_srcdir@
top_builddir=..
top_builddir=@top_builddir@
srcdir=@srcdir@
@COMMENCE@
hdf5_dir=$(top_srcdir)/../src
hdf5_dir=$(top_builddir)/../src
TRACE=perl $(top_srcdir)/bin/trace