]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] added some .pyc to CLEANFILES
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 22 Feb 2013 20:28:39 +0000 (20:28 +0000)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 22 Feb 2013 20:28:39 +0000 (20:28 +0000)
will fix distcheck failure on some platforms.  okayed on jabber

src/lib/python/isc/cc/cc_generated/Makefile.am

index 97ec9538f224f6fbda72be3e473b983cb86ef49b..87e49c17a2a6dafa141d400e0ff6a6e6b060a576 100644 (file)
@@ -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)