Makefile.am 260 B

1234567891011
  1. SUBDIRS = datasrc util cc config dns log net notify testutils acl bind10
  2. SUBDIRS += xfrin log_messages server_common ddns sysinfo statistics
  3. python_PYTHON = __init__.py
  4. pythondir = $(pyexecdir)/isc
  5. CLEANDIRS = __pycache__
  6. clean-local:
  7. rm -rf $(CLEANDIRS)