Makefile.am 367 B

123456789101112131415
  1. SUBDIRS = datasrc util cc config dns log net notify testutils acl bind10
  2. SUBDIRS += xfrin log_messages server_common ddns sysinfo statistics
  3. if USE_SHARED_MEMORY
  4. # The memory manager is useless without shared memory support
  5. SUBDIRS += memmgr
  6. endif
  7. python_PYTHON = __init__.py
  8. pythondir = $(pyexecdir)/isc
  9. CLEANDIRS = __pycache__
  10. clean-local:
  11. rm -rf $(CLEANDIRS)