summaryrefslogtreecommitdiffstats
path: root/python_modules/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2016-02-26 18:14:33 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2016-03-10 16:57:08 +0100
commit2a6e51c7ee867fe3f4b7dd07dee5517533a967be (patch)
tree84173a25e43d1d59fca616539ee570d214f4b6c7 /python_modules/Makefile.am
parent7937915d67702a5c4b5147b277c432f5555e3852 (diff)
downloadspice-protocol-2a6e51c7ee867fe3f4b7dd07dee5517533a967be.tar.gz
spice-protocol-2a6e51c7ee867fe3f4b7dd07dee5517533a967be.tar.xz
spice-protocol-2a6e51c7ee867fe3f4b7dd07dee5517533a967be.zip
Remove codegen
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 <marcandre.lureau@redhat.com>
Diffstat (limited to 'python_modules/Makefile.am')
-rw-r--r--python_modules/Makefile.am15
1 files changed, 0 insertions, 15 deletions
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