From ced4f1adfd1b7b8424a121cb3ffe8376c5fbf3da Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 17 Sep 2013 19:30:46 +0200 Subject: build-sys: fix some automake warning client/Makefile.am:199: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') server/tests/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/Makefile.am b/client/Makefile.am index ba3ce767..ebc6ce0d 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -196,7 +196,7 @@ spicec_SOURCES += \ endif -INCLUDES = \ +AM_CPPFLAGS = \ -D__STDC_LIMIT_MACROS \ $(PLATFORM_INCLUDES) \ -I$(top_srcdir)/spice-common \ -- cgit