# $Id$ # Copyright (C) 2002 Olafur Osvaldsson # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. bin_PROGRAMS=noattach noattach_SOURCES = noattach.c rfc2047.c rfc2047.h rfc2231.c rfc2231.h man_MANS = noattach.8 indent: indent -nfc1 -nce -i4 noattach.c && rm -f noattach.c.BAK indent -nfc1 -nce -i4 rfc2047.c && rm -f rfc2047.c.BAK indent -nfc1 -nce -i4 rfc2047.h && rm -f rfc2047.h.BAK indent -nfc1 -nce -i4 rfc2231.c && rm -f rfc2231.c.BAK indent -nfc1 -nce -i4 rfc2231.h && rm -f rfc2231.h.BAK EXTRA_DIST = VERSION THANKS README README.libmilter \ noattach.8 \ examples/README examples/noattach.patterns \ examples/noattach.patterns.johncon \ patches/README patches/milter.c.patch \ fedora/noattach.sh fedora/noattach.spec \ scripts/check-noattach.sh