diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2016-03-10 15:18:06 +0100 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-03-10 16:01:36 +0100 |
| commit | 1cd26b87c10870ea9bfb65b4640d2e318b45aafb (patch) | |
| tree | d6488289140a7082bea97ea12ab2eaa551f401e1 /python_modules/Makefile.am | |
| parent | f06f699d7817354a532f091f46044720f9045887 (diff) | |
| download | spice-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 'python_modules/Makefile.am')
| -rw-r--r-- | python_modules/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am new file mode 100644 index 0000000..50e1a71 --- /dev/null +++ b/python_modules/Makefile.am @@ -0,0 +1,16 @@ +NULL = + +PYTHON_MODULES = \ + __init__.py \ + codegen.py \ + demarshal.py \ + marshal.py \ + ptypes.py \ + spice_parser.py \ + $(NULL) + +EXTRA_DIST = $(PYTHON_MODULES) + +DISTCLEANFILES = *.pyc + +-include $(top_srcdir)/git.mk |
