summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-08-14 11:01:18 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-14 15:54:14 +0200
commitdd63a3b656bd11af7d97317f2de0824cd6cef5da (patch)
tree5951e4985ce538ac7229fa6da458e7e2ace05fa2 /Makefile.am
parent7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f (diff)
downloadspice-common-dd63a3b656bd11af7d97317f2de0824cd6cef5da.tar.gz
spice-common-dd63a3b656bd11af7d97317f2de0824cd6cef5da.tar.xz
spice-common-dd63a3b656bd11af7d97317f2de0824cd6cef5da.zip
build-sys: Remove code generation files from EXTRA_DIST
This breaks make distcheck otherwise since commit 7665dcf1 removed these files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index ecf7bd9..4b138fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,14 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = common
-EXTRA_DIST = \
- spice_codegen.py \
- spice.proto \
- spice1.proto \
- $(NULL)
-
-DISTCLEANFILES = *.pyc
-
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \
$(srcdir)/aclocal.m4 \