|
1234567891011121314151617181920212223242526272829303132333435363738 |
- ## Process this file with automake to produce Makefile.in
- ##
- ## $Id: Makefile.am,v 1.2 2007/05/29 19:06:09 adeniz Exp $
- ##
- ## automake input for the MicroNeil SNFMilter distribution (top directory).
- ##
- ## Author: Alban Deniz
- ##
- ## Copyright (C) 2009 ARM Research Labs, LLC.
- ## See www.armresearch.com for the copyright terms.
- ##
-
- SUBDIRS = \
- CodeDweller \
- SNFMulti \
- SNFMilter \
- SNFClient \
- SNF2Check \
- Scripts \
- config_files \
- Tests
-
- doc_DATA = \
- BUGS \
- ChangeLog \
- README \
- TODO \
- INSTALL \
- COPYING
-
- EXTRA_DIST = \
- $(doc_DATA) \
- @PACKAGE_NAME@.spec.in \
- Makefile.am \
- configure.ac \
- postfix-multi-message.patch
-
- DISTCHECK_CONFIGURE_FLAGS=--enable-os-type=OpenBSD
|