summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-17 19:30:46 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-17 19:41:27 +0200
commitced4f1adfd1b7b8424a121cb3ffe8376c5fbf3da (patch)
tree107eda15f849a35480e2746aedce6bf4b6f9c43f /client
parent6f4d2c8afbde16fdaf06cb3b3701041c8edbb35a (diff)
downloadspice-ced4f1adfd1b7b8424a121cb3ffe8376c5fbf3da.tar.gz
spice-ced4f1adfd1b7b8424a121cb3ffe8376c5fbf3da.tar.xz
spice-ced4f1adfd1b7b8424a121cb3ffe8376c5fbf3da.zip
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')
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \