diff options
Diffstat (limited to 'hl/c++/test/Makefile.in')
-rw-r--r-- | hl/c++/test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/c++/test/Makefile.in b/hl/c++/test/Makefile.in index 546dc83..0751b16 100644 --- a/hl/c++/test/Makefile.in +++ b/hl/c++/test/Makefile.in @@ -284,8 +284,8 @@ H5CC_PP = $(bindir)/h5pcc H5FC = $(bindir)/h5fc H5FC_PP = $(bindir)/h5pfc -# Include src and c++/src directories -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_srcdir)/hl/c++/src +# Include directories +INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_srcdir)/hl/c++/src -I$(top_srcdir)/test # C++ libraries and tests are built statically AM_LDFLAGS = -static |