2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

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

This commit is contained in:
Mukund Sivaraman
2013-02-14 16:36:32 +05:30
parent dd0f73adac
commit 4ac27e8d24

View File

@@ -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