Makefile.am 171 B

12345678910
  1. SUBDIRS = isc
  2. nodist_python_PYTHON = bind10_config.py
  3. pythondir = $(pyexecdir)
  4. CLEANFILES = bind10_config.pyc
  5. CLEANDIRS = __pycache__
  6. clean-local:
  7. rm -rf $(CLEANDIRS)