summaryrefslogtreecommitdiffstats
path: root/src/lib/python/isc/Makefile.am
blob: 44872ea53d4cb990fe590c8907bb14b41b8c2fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# The following build order must be maintained.
SUBDIRS = util cc config dns log net testutils bind10 log_messages \
          sysinfo

python_PYTHON = __init__.py

pythondir = $(pyexecdir)/isc

CLEANDIRS = __pycache__

clean-local:
	rm -rf $(CLEANDIRS)