build: replace INCLUDES with AM_CPPFLAGS

Fix warning `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')
This commit is contained in:
Marc-André Lureau 2012-03-14 22:40:53 +01:00
parent fbb6b9984a
commit f87bb23ad2

View File

@ -51,7 +51,7 @@ libspice_common_la_SOURCES += \
$(NULL)
endif
INCLUDES = \
AM_CPPFLAGS = \
$(GL_CFLAGS) \
$(PIXMAN_CFLAGS) \
$(PROTOCOL_CFLAGS) \