diff options
Diffstat (limited to 'tools/lib/Makefile.am')
-rw-r--r-- | tools/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |