diff options
Diffstat (limited to 'tools/h5jam/Makefile.am')
-rw-r--r-- | tools/h5jam/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5jam/Makefile.am b/tools/h5jam/Makefile.am index 62a5ba7..60a62b9 100644 --- a/tools/h5jam/Makefile.am +++ b/tools/h5jam/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/config/commence.am # Include src and tools/lib directories -INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib +AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib bin_PROGRAMS=h5jam h5unjam check_PROGRAMS=tellub h5jamgentest getub |