From 2a6e51c7ee867fe3f4b7dd07dee5517533a967be Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 26 Feb 2016 18:14:33 +0100 Subject: Remove codegen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Codegen generates code specific to spice-common submodule. It's not meant as a generic protocol header or specification. See discussion and commits about spice-common codegen re-import. Signed-off-by: Marc-André Lureau --- python_modules/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 python_modules/Makefile.am (limited to 'python_modules/Makefile.am') diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am deleted file mode 100644 index 98ab41f..0000000 --- a/python_modules/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -NULL = - -python_codegendir = $(datadir)/spice-protocol/python_modules -dist_python_codegen_DATA = \ - __init__.py \ - codegen.py \ - demarshal.py \ - marshal.py \ - ptypes.py \ - spice_parser.py \ - $(NULL) - -DISTCLEANFILES = *.pyc - --include $(top_srcdir)/git.mk -- cgit