Commit e087da3a e087da3a5bd065b015306d3a2dfaedd7b71b4e9b by Sergey Poznyakoff

Remove headers/

1 parent 88a02462
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2000,2001,2002,2003,2004 Free Software Foundation, Inc.
## Copyright (C) 2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -20,12 +20,12 @@
AUTOMAKE_OPTIONS = gnits 1.8.5 dist-bzip2 std-options
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = headers include intl po lib testsuite mailbox libsieve doc \
SUBDIRS = include intl po lib testsuite mailbox libsieve doc \
sql auth examples frm from pop3d imap4d \
mail sieve scripts libmu_scm guimb messages comsat readmsg \
mail.local mail.remote dotlock mh movemail
EXTRA_DIST = COPYING.LESSER
EXTRA_DIST = COPYING.LESSER @MU_EXTRA_DIST@
release:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
......