[Spice-commits] configure.ac spice-common

Eduardo Lima etrunko at kemper.freedesktop.org
Thu Jul 14 12:28:09 UTC 2016


 configure.ac |    2 +-
 spice-common |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 32c59ee4739646d4723b690ac04808959b709406
Author: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Date:   Wed Jul 13 14:48:36 2016 -0300

    configure: Add ${top_builddir}/spice-common to COMMON_CFLAGS
    
    This fixes the build when done out of the tree, because of recent commit
    in spice-common with auto-generated files.
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

diff --git a/configure.ac b/configure.ac
index c2d4641..16d946b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ AC_SUBST(LIBM)
 AC_CONFIG_SUBDIRS([spice-common])
 PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.12.12])
 
-COMMON_CFLAGS='-I ${top_srcdir}/spice-common/ ${SPICE_PROTOCOL_CFLAGS}'
+COMMON_CFLAGS='-I${top_builddir}/spice-common/ -I${top_srcdir}/spice-common/ ${SPICE_PROTOCOL_CFLAGS}'
 AC_SUBST(COMMON_CFLAGS)
 
 SPICE_GTK_MAJOR_VERSION=`echo $PACKAGE_VERSION | cut -d. -f1`
diff --git a/spice-common b/spice-common
index 073d064..62f3024 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit 073d064b86d5233d3cbe2136ddfb2a8313b6130e
+Subproject commit 62f3024f4220766761269618bf3df143ff5c9956


More information about the Spice-commits mailing list