Browse Source

[master] Add init.pyc to CLEANFILES to make distcheck pass

Mukund Sivaraman 12 years ago
parent
commit
4ac27e8d24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/Makefile.am

+ 1 - 1
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