mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-08 04:05:54 +00:00
build: replace INCLUDES with AM_CPPFLAGS
Fix warning `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')
This commit is contained in:
parent
fbb6b9984a
commit
f87bb23ad2
@ -51,7 +51,7 @@ libspice_common_la_SOURCES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
$(GL_CFLAGS) \
|
||||
$(PIXMAN_CFLAGS) \
|
||||
$(PROTOCOL_CFLAGS) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user