Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2012-10-03 12:26:37 +0400
committerZoltan Varga <vargaz@gmail.com>2012-10-03 12:26:37 +0400
commitc1ed4a55703fcdd4874b22e799117ecee76fc307 (patch)
tree5e25f2878c26d5101e10b863b948e8ab49be4ee5 /support
parent61a1c77f3774a574681563d44ede66d19276d150 (diff)
Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no longer supported, see http://lists.gnu.org/archive/html/automake/2012-08/msg00087.html.
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index 76d4381136d..1de8fc77cb7 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -7,7 +7,7 @@ lib_LTLIBRARIES = \
libMonoPosixHelper.la \
$(SUPPORT)
-INCLUDES = \
+AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)