diff options
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/Makefile.am | 2 | ||||
-rw-r--r-- | testpar/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am index 0466a66..839a816 100644 --- a/testpar/Makefile.am +++ b/testpar/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/config/commence.am -AM_CFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/test +INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/test # Test programs and scripts. These are our main targets. # diff --git a/testpar/Makefile.in b/testpar/Makefile.in index 250c7c0..deef59a 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -189,7 +189,7 @@ H5FC_PP = $(bindir)/h5pfc F9XMODEXT = @F9XMODEXT@ F9XMODFLAG = @F9XMODFLAG@ -AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test # Test programs and scripts. These are our main targets. # |