Browse Source

[2380] make sure __pycache__/ will be cleaned up.

this is necessary for distcheck.
JINMEI Tatuya 12 years ago
parent
commit
3b4124f689
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/bin/loadzone/Makefile.am

+ 5 - 0
src/bin/loadzone/Makefile.am

@@ -55,3 +55,8 @@ EXTRA_DIST += tests/normal/sql1.example.com
 EXTRA_DIST += tests/normal/sql1.example.com.signed
 EXTRA_DIST += tests/normal/sql2.example.com
 EXTRA_DIST += tests/normal/sql2.example.com.signed
+
+CLEANDIRS = __pycache__
+
+clean-local:
+	rm -rf $(CLEANDIRS)