From c1ed4a55703fcdd4874b22e799117ecee76fc307 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 3 Oct 2012 10:26:37 +0200 Subject: 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. --- ikvm-native/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ikvm-native') diff --git a/ikvm-native/Makefile.am b/ikvm-native/Makefile.am index c670516a589..a916688137c 100644 --- a/ikvm-native/Makefile.am +++ b/ikvm-native/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = $(GMODULE_CFLAGS) +AM_CPPFLAGS = $(GMODULE_CFLAGS) lib_LTLIBRARIES = libikvm-native.la -- cgit v1.2.3