You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 729B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ## Process this file with automake to produce Makefile.in
  2. ##
  3. ## $Id: Makefile.am,v 1.2 2007/05/29 19:06:09 adeniz Exp $
  4. ##
  5. ## automake input for the MicroNeil SNFMilter distribution (top directory).
  6. ##
  7. ## Author: Alban Deniz
  8. ##
  9. ## Copyright (C) 2009 ARM Research Labs, LLC.
  10. ## See www.armresearch.com for the copyright terms.
  11. ##
  12. SUBDIRS = \
  13. CodeDweller \
  14. SNFMulti \
  15. SNFMilter \
  16. SNFClient \
  17. SNF2Check \
  18. Scripts \
  19. config_files \
  20. Tests
  21. doc_DATA = \
  22. BUGS \
  23. ChangeLog \
  24. README \
  25. TODO \
  26. INSTALL \
  27. COPYING
  28. EXTRA_DIST = \
  29. $(doc_DATA) \
  30. @PACKAGE_NAME@.spec.in \
  31. Makefile.am \
  32. configure.ac \
  33. postfix-multi-message.patch
  34. DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD