diff options
author | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2016-07-13 14:48:36 -0300 |
---|---|---|
committer | Eduardo Lima (Etrunko) <etrunko@redhat.com> | 2016-07-14 08:56:33 -0300 |
commit | 32c59ee4739646d4723b690ac04808959b709406 (patch) | |
tree | 19a40236388566bf949c2e2c701f9cc3309eeaff | |
parent | e7ef671055f6ee8c75b2d975ec3ed5f074973784 (diff) |
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@redhat.com>
-rw-r--r-- | configure.ac | 2 | ||||
m--------- | spice-common | 0 |
2 files changed, 1 insertions, 1 deletions
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 -Subproject 073d064b86d5233d3cbe2136ddfb2a8313b6130 +Subproject 62f3024f4220766761269618bf3df143ff5c995 |