diff options
Diffstat (limited to 'tools/lib/Makefile.in')
-rw-r--r-- | tools/lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/Makefile.in b/tools/lib/Makefile.in index cf382c1..5a7276e 100644 --- a/tools/lib/Makefile.in +++ b/tools/lib/Makefile.in @@ -190,7 +190,7 @@ F9XMODEXT = @F9XMODEXT@ F9XMODFLAG = @F9XMODFLAG@ # Include files in /src directory -AM_CFLAGS = -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir)/src # This is our main target, the h5tools library. We link this library # statically because some systems can only link executables to a single |