Makefile.am: now that spice_codegen.py is used add *.pyc to ignored files in root

This commit is contained in:
Alon Levy 2012-06-14 14:30:53 +03:00
parent 9dff18a399
commit d40a181a20

View File

@ -10,6 +10,8 @@ EXTRA_DIST = \
spice1.proto \
$(NULL)
DISTCLEANFILES = *.pyc
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \
$(srcdir)/aclocal.m4 \