[Spice-commits] client/Makefile.am server/tests spice-common
Marc-André Lureau
elmarco at kemper.freedesktop.org
Tue Sep 17 10:41:39 PDT 2013
client/Makefile.am | 2 +-
server/tests/Makefile.am | 4 ++--
spice-common | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit ced4f1adfd1b7b8424a121cb3ffe8376c5fbf3da
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date: Tue Sep 17 19:30:46 2013 +0200
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')
diff --git a/client/Makefile.am b/client/Makefile.am
index ba3ce76..ebc6ce0 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 \
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index 655bc83..f4ae661 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -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 = \
diff --git a/spice-common b/spice-common
index fe93908..3363fe7 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit fe93908238196bd632287fc9875e6f2e11105d04
+Subproject commit 3363fe79f9d450774dd018a794c0b4381c1ef0a7
More information about the Spice-commits
mailing list