From 4ac27e8d2435fad4be79a75ef830e1d0b20a896a Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 14 Feb 2013 16:36:32 +0530 Subject: [PATCH] [master] Add init.pyc to CLEANFILES to make distcheck pass --- src/bin/bind10/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/bind10/Makefile.am b/src/bin/bind10/Makefile.am index 728fc4a7a4..b2e9f053f7 100644 --- a/src/bin/bind10/Makefile.am +++ b/src/bin/bind10/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = . tests sbin_SCRIPTS = bind10 pkglibexec_SCRIPTS = b10-init -CLEANFILES = b10-init b10-init.pyc +CLEANFILES = b10-init b10-init.pyc init.pyc CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/init_messages.py CLEANFILES += $(PYTHON_LOGMSGPKG_DIR)/work/init_messages.pyc