[Spice-devel] [spice-common PATCH] Makefile.am: now that spice_codegen.py is used add *.pyc to ignored files in root
Alon Levy
alevy at redhat.com
Thu Jun 14 04:31:08 PDT 2012
---
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 3b3c88d..79f7903 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,8 @@ EXTRA_DIST = \
spice1.proto \
$(NULL)
+DISTCLEANFILES = *.pyc
+
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \
$(srcdir)/aclocal.m4 \
--
1.7.10.1
More information about the Spice-devel
mailing list