summaryrefslogtreecommitdiffstats
path: root/perform/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'perform/Makefile.in')
-rw-r--r--perform/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in
index ff5fa34..da941e3 100644
--- a/perform/Makefile.in
+++ b/perform/Makefile.in
@@ -405,8 +405,8 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib
@BUILD_PARALLEL_CONDITIONAL_TRUE@TEST_PROG_PARA = h5perf perf
# Add h5perf and h5perf_serial specific linker flags here
-h5perf_LDFLAGS = $(LT_STATIC_EXEC) $(LD_FLAGS)
-h5perf_serial_LDFLAGS = $(LT_STATIC_EXEC) $(LD_FLAGS)
+h5perf_LDFLAGS = $(LT_STATIC_EXEC) $(AM_LDFLAGS)
+h5perf_serial_LDFLAGS = $(LT_STATIC_EXEC) $(AM_LDFLAGS)
# Some programs are not built or run by default, but can be built by hand or by
# specifying --enable-build-all at configure time.