summaryrefslogtreecommitdiffstats
path: root/python_modules/Makefile.am
diff options
context:
space:
mode:
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