diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-03-31 17:07:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-03-31 17:07:05 (GMT) |
commit | c6fe8c70b2cdefed020248a6b6bbd25af5cebdf1 (patch) | |
tree | 50f4975547d4fc4f033889038f5f49bd21ddbc5e /config | |
parent | cf482acf5528de3ac64b95bc9ff090c9b4b2a654 (diff) | |
download | hdf5-c6fe8c70b2cdefed020248a6b6bbd25af5cebdf1.zip hdf5-c6fe8c70b2cdefed020248a6b6bbd25af5cebdf1.tar.gz hdf5-c6fe8c70b2cdefed020248a6b6bbd25af5cebdf1.tar.bz2 |
[svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1
h5committest
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.am.blank | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am.blank b/config/Makefile.am.blank index 05799fc..a54c734 100644 --- a/config/Makefile.am.blank +++ b/config/Makefile.am.blank @@ -40,7 +40,7 @@ include $(top_srcdir)/config/commence.am # Add include directories to the C preprocessor flags -INCLUDES=-I$(top_srcdir)/src +AM_CPPFLAGS+=-I$(top_srcdir)/src # Our main targets, the library foo.la and the programs bar and baz lib_LTLIBRARIES=foo.la |