From dd63a3b656bd11af7d97317f2de0824cd6cef5da Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 14 Aug 2015 11:01:18 +0200 Subject: [PATCH] build-sys: Remove code generation files from EXTRA_DIST This breaks make distcheck otherwise since commit 7665dcf1 removed these files. --- Makefile.am | 8 -------- 1 file changed, 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 \