mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
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')
This commit is contained in:
parent
6f4d2c8afb
commit
ced4f1adfd
@ -196,7 +196,7 @@ spicec_SOURCES += \
|
||||
endif
|
||||
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-D__STDC_LIMIT_MACROS \
|
||||
$(PLATFORM_INCLUDES) \
|
||||
-I$(top_srcdir)/spice-common \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
NULL =
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/server \
|
||||
@ -11,7 +11,7 @@ INCLUDES = \
|
||||
$(NULL)
|
||||
|
||||
if SUPPORT_AUTOMATED_TESTS
|
||||
INCLUDES += -DAUTOMATED_TESTS
|
||||
AM_CPPFLAGS += -DAUTOMATED_TESTS
|
||||
endif
|
||||
|
||||
LDADD = \
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit fe93908238196bd632287fc9875e6f2e11105d04
|
||||
Subproject commit 3363fe79f9d450774dd018a794c0b4381c1ef0a7
|
||||
Loading…
Reference in New Issue
Block a user