summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2016-03-10 15:18:06 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2016-03-10 16:01:36 +0100
commit1cd26b87c10870ea9bfb65b4640d2e318b45aafb (patch)
treed6488289140a7082bea97ea12ab2eaa551f401e1 /configure.ac
parentf06f699d7817354a532f091f46044720f9045887 (diff)
downloadspice-common-1cd26b87c10870ea9bfb65b4640d2e318b45aafb.tar.gz
spice-common-1cd26b87c10870ea9bfb65b4640d2e318b45aafb.tar.xz
spice-common-1cd26b87c10870ea9bfb65b4640d2e318b45aafb.zip
Revert "Remove files moved to spice-protocol"
This reverts commit 7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f. Also revert the related build-sys changes to fix the build. codegen generated code depends on spice-common code (marshaller, messages etc), it makes more sense to keep the generator along this. Otherwise a newer protocol release will fail to build older projects. *.proto files are required as well, since it generates code that parent modules depend on unconditionnaly. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fde03e7..2ff985d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,8 +29,6 @@ SPICE_CHECK_SYSDEPS
# Checks for libraries
PKG_CHECK_MODULES([PROTOCOL], [spice-protocol >= 0.12.10])
-CODE_GENERATOR_BASEDIR=`${PKG_CONFIG} --variable=codegendir spice-protocol`
-AC_SUBST([CODE_GENERATOR_BASEDIR])
SPICE_CHECK_PYTHON_MODULES()
@@ -50,6 +48,7 @@ AC_SUBST(SPICE_COMMON_LIBS)
AC_CONFIG_FILES([
Makefile
common/Makefile
+ python_modules/Makefile
tests/Makefile
])