summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/Makefile.am2
-rw-r--r--c++/src/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/Makefile.am b/c++/src/Makefile.am
index 24c618d..daab94e 100644
--- a/c++/src/Makefile.am
+++ b/c++/src/Makefile.am
@@ -20,7 +20,7 @@
include $(top_srcdir)/config/commence.am
# Include src directory
-AM_CPPFLAGS=-I$(top_srcdir)/src
+INCLUDES=-I$(top_srcdir)/src
# This is our main target
lib_LTLIBRARIES=libhdf5_cpp.la
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index ceb89ca..7a1b894 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -194,7 +194,7 @@ F9XMODEXT = @F9XMODEXT@
F9XMODFLAG = @F9XMODFLAG@
# Include src directory
-AM_CPPFLAGS = -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir)/src
# This is our main target
lib_LTLIBRARIES = libhdf5_cpp.la