Browse Source

[(no branch)] [trac763] add missing makefile, remove accidental pyc file

Jelte Jansen 14 years ago
parent
commit
469bda3f72

+ 7 - 0
src/bin/stats/tests/isc/log/Makefile.am

@@ -0,0 +1,7 @@
+EXTRA_DIST = __init__.py
+CLEANFILES = __init__.pyc
+
+CLEANDIRS = __pycache__
+
+clean-local:
+	rm -rf $(CLEANDIRS)

BIN
src/bin/stats/tests/isc/log/__init__.pyc