diff options
author | Jeremy C. Reed <jreed@isc.org> | 2010-06-02 16:57:25 +0200 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2010-06-02 16:57:25 +0200 |
commit | 9228bdce542c6887eed79dbfbcdb5502ae4b71c4 (patch) | |
tree | f54efcca4377e39b7b36a07ca0976faec95b118c | |
parent | Explicitly define DIST_COMMON so ${python_PYTHON} is not included (diff) | |
download | kea-9228bdce542c6887eed79dbfbcdb5502ae4b71c4.tar.xz kea-9228bdce542c6887eed79dbfbcdb5502ae4b71c4.zip |
Remove bind10_config.pyc on "make clean"
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac223@2060 e5f2f494-b856-4b98-b285-d166d9295462
-rw-r--r-- | src/lib/python/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/python/Makefile.am b/src/lib/python/Makefile.am index 50decbfccc..f7eb3335d0 100644 --- a/src/lib/python/Makefile.am +++ b/src/lib/python/Makefile.am @@ -8,3 +8,5 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in bind10_config.py.in # When setting DIST_COMMON, then need to add the .in file too. EXTRA_DIST = bind10_config.py.in + +CLEANFILES = bind10_config.pyc |