Makefile.am 325 B

1234567891011121314
  1. # .py is generated in the builddir by the configure script so that test
  2. # scripts can refer to it when a separate builddir is used.
  3. python_PYTHON = __init__.py
  4. pythondir = $(pyexecdir)/isc/log_messages/
  5. CLEANFILES = __init__.pyc __init__.pyo
  6. CLEANDIRS = __pycache__
  7. EXTRA_DIST = README
  8. clean-local:
  9. rm -rf $(CLEANDIRS)