diff options
Diffstat (limited to 'tools/h5jam')
-rw-r--r-- | tools/h5jam/Makefile.am | 2 | ||||
-rw-r--r-- | tools/h5jam/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5jam/Makefile.am b/tools/h5jam/Makefile.am index 9378cb7..6e54756 100644 --- a/tools/h5jam/Makefile.am +++ b/tools/h5jam/Makefile.am @@ -19,7 +19,7 @@ include $(top_srcdir)/config/commence.am # Include src and tools/lib directories -AM_CFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib +INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib bin_PROGRAMS=h5jam h5unjam check_PROGRAMS=tellub h5jamgentest getub diff --git a/tools/h5jam/Makefile.in b/tools/h5jam/Makefile.in index 725a8db..1ef2a36 100644 --- a/tools/h5jam/Makefile.in +++ b/tools/h5jam/Makefile.in @@ -190,7 +190,7 @@ F9XMODFLAG = @F9XMODFLAG@ # # Include src and tools/lib directories -AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib bin_PROGRAMS = h5jam h5unjam check_PROGRAMS = tellub h5jamgentest getub |