diff options
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/Makefile.am | 2 | ||||
-rw-r--r-- | tools/lib/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/Makefile.am b/tools/lib/Makefile.am index a634887..4257e6a 100644 --- a/tools/lib/Makefile.am +++ b/tools/lib/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/config/commence.am # 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 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 |