Makefile.am 188 B

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