From 9be719e66dee9458b4c72e382abfaa4319afa9e4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Apr 2010 15:38:48 +0000 Subject: [PATCH] @H5P_LIB_LOC@ replaced with ${abs_top_builddir} --- tools/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 9f3c610..4d863ff 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -19,7 +19,7 @@ LIBS = $(HDFLIB) $(MPILIB) -lm @STDCXX@ @LDFLAGS@ # H5Part compiled library location # H5PLIB = -L@prefix@/lib -H5PLIB = -L@H5P_LIB_LOC@ @TOOLS_H5PART_LIB@ +H5PLIB = -L${abs_top_builddir}/src/lib @TOOLS_H5PART_LIB@ # INCLUDES HDFINC = -I$(HDF5ROOT)/include @@ -27,7 +27,7 @@ INC = $(HDFINC) $(H5PINC) $(MPIINC) # H5Part header file location # H5PINC = -I@prefix@/include -H5PINC = -I@H5P_LIB_LOC@ +H5PINC = -I${abs_top_builddir}/src/include # What to build... make install will place these files in the $(prefix)/bin directory. bin_PROGRAMS = @BUILD_TOOLS@