summaryrefslogtreecommitdiffstats
path: root/python_modules/Makefile.am
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2015-08-07 15:43:46 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-11 10:26:06 +0200
commit7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f (patch)
treef70994853c913f06af1031aaa89b9a886b6014c0 /python_modules/Makefile.am
parentf88a7b7bec4da8dcb648baee70a9e01fc0572197 (diff)
downloadspice-common-7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f.tar.gz
spice-common-7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f.tar.xz
spice-common-7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f.zip
Remove files moved to spice-protocol
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'python_modules/Makefile.am')
-rw-r--r--python_modules/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am
deleted file mode 100644
index 50e1a71..0000000
--- a/python_modules/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-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