From: JINMEI Tatuya Date: Fri, 22 Feb 2013 20:28:39 +0000 (+0000) Subject: [master] added some .pyc to CLEANFILES X-Git-Tag: bind10-1.1.0beta1-release~78^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1eced2feb4cb3025ef27c436d219985cbf3b3d2;p=thirdparty%2Fkea.git [master] added some .pyc to CLEANFILES will fix distcheck failure on some platforms. okayed on jabber --- diff --git a/src/lib/python/isc/cc/cc_generated/Makefile.am b/src/lib/python/isc/cc/cc_generated/Makefile.am index 97ec9538f2..87e49c17a2 100644 --- a/src/lib/python/isc/cc/cc_generated/Makefile.am +++ b/src/lib/python/isc/cc/cc_generated/Makefile.am @@ -25,6 +25,7 @@ pythondir = $(pyexecdir)/isc/cc CLEANDIRS = __pycache__ CLEANFILES = proto_defs.py __init__.py +CLEANFILES += proto_defs.pyc __init__.pyc clean-local: rm -rf $(CLEANDIRS)