Makefile.am 212 B

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