diff options
Diffstat (limited to 'tools/h5repack/Makefile.in')
-rw-r--r-- | tools/h5repack/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in index dda43ed..bed3041 100644 --- a/tools/h5repack/Makefile.in +++ b/tools/h5repack/Makefile.in @@ -190,7 +190,7 @@ F9XMODEXT = @F9XMODEXT@ F9XMODFLAG = @F9XMODFLAG@ # Include src, test, and tools/lib directories -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 # Test programs and scripts TEST_SCRIPT = h5repack.sh |