diff options
Diffstat (limited to 'perform')
-rw-r--r-- | perform/Makefile.am | 2 | ||||
-rw-r--r-- | perform/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perform/Makefile.am b/perform/Makefile.am index bef6cf3..4213802 100644 --- a/perform/Makefile.am +++ b/perform/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/config/commence.am -AM_CFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib +INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib if BUILD_PARALLEL_CONDITIONAL TEST_PROG_PARA=h5perf diff --git a/perform/Makefile.in b/perform/Makefile.in index aecc74e..ade9a3c 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -189,7 +189,7 @@ H5FC_PP = $(bindir)/h5pfc F9XMODEXT = @F9XMODEXT@ F9XMODFLAG = @F9XMODFLAG@ -AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib @BUILD_PARALLEL_CONDITIONAL_TRUE@TEST_PROG_PARA = h5perf |