Makefile.am 241 B

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