summaryrefslogtreecommitdiffstats
path: root/hl/c++/src/Makefile.am
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-03-13 15:05:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-03-13 15:05:09 (GMT)
commitf5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0 (patch)
tree002ab3ddcf0e96739169337ea0e72d785fe73944 /hl/c++/src/Makefile.am
parentb17f3e418335b0468f3f6d6956b2d6adeb9b5cf7 (diff)
downloadhdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.zip
hdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.tar.gz
hdf5-f5689224b5faaf01c02a1a4ae2a0a71b9f46e1d0.tar.bz2
[svn-r24789] Bump up the minimum cmake version
Diffstat (limited to 'hl/c++/src/Makefile.am')
-rw-r--r--hl/c++/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/c++/src/Makefile.am b/hl/c++/src/Makefile.am
index 7961747..03289c0 100644
--- a/hl/c++/src/Makefile.am
+++ b/hl/c++/src/Makefile.am
@@ -22,7 +22,7 @@ include $(top_srcdir)/config/commence.am
include $(top_srcdir)/config/lt_vers.am
# Include src directory
-INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/hl/src
+AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/hl/src
# This is our main target
lib_LTLIBRARIES=libhdf5_hl_cpp.la