summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-14 22:40:53 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:30:24 +0100
commitf87bb23ad2a5caf5c1823367dc2248a83d91f3c0 (patch)
tree59eb8d7ab0e4183565f76d742fabe6b0369e33d8
parentfbb6b9984afc8983ce1fa1db6bdee2b1150631b5 (diff)
build: replace INCLUDES with AM_CPPFLAGS
Fix warning `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index f1880e8..8551d6e 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -51,7 +51,7 @@ libspice_common_la_SOURCES += \
$(NULL)
endif
-INCLUDES = \
+AM_CPPFLAGS = \
$(GL_CFLAGS) \
$(PIXMAN_CFLAGS) \
$(PROTOCOL_CFLAGS) \