summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-06-14 14:30:53 +0300
committerAlon Levy <alevy@redhat.com>2012-06-20 16:25:33 +0300
commitd40a181a20f14ae27c9ea7eb897b435bfc53e5db (patch)
treedccb6781f41cb4928d5f4e87fc735a5cada44eb4 /Makefile.am
parent9dff18a399fe07f5c53b0ba65715f0d58a60c6a0 (diff)
downloadspice-common-d40a181a20f14ae27c9ea7eb897b435bfc53e5db.tar.gz
spice-common-d40a181a20f14ae27c9ea7eb897b435bfc53e5db.tar.xz
spice-common-d40a181a20f14ae27c9ea7eb897b435bfc53e5db.zip
Makefile.am: now that spice_codegen.py is used add *.pyc to ignored files in root
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \