From 1cd26b87c10870ea9bfb65b4640d2e318b45aafb Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 10 Mar 2016 15:18:06 +0100 Subject: Revert "Remove files moved to spice-protocol" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- python_modules/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 python_modules/__init__.py (limited to 'python_modules/__init__.py') diff --git a/python_modules/__init__.py b/python_modules/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit